Home
last modified time | relevance | path

Searched defs:as_nview (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/nview/detail/cpp03/
Dnview_impl.hpp34 struct as_nview struct
38 > index_type;
39 typedef nview<Sequence, index_type> type;
58 struct as_nview<Sequence, BOOST_PP_ENUM_PARAMS(N, I)> struct
60 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type;
61 typedef nview<Sequence, index_type> type;
71 as_nview(Sequence& s) in as_nview() function
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/view/nview/detail/
Dnview_impl.hpp31 struct as_nview struct
33 typedef vector<mpl::int_<I>...> index_type;
34 typedef nview<Sequence, index_type> type;
41 as_nview(Sequence& s) in as_nview() function
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp205 struct as_nview { }; struct
208 …struct as_nview<Sequence, I0> // expected-note{{while checking a default template argument used h… struct