Searched defs:as_nview (Results 1 – 3 of 3) sorted by relevance
34 struct as_nview struct38 > index_type;39 typedef nview<Sequence, index_type> type;58 struct as_nview<Sequence, BOOST_PP_ENUM_PARAMS(N, I)> struct60 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
31 struct as_nview struct33 typedef vector<mpl::int_<I>...> index_type;34 typedef nview<Sequence, index_type> type;41 as_nview(Sequence& s) in as_nview() function
205 struct as_nview { }; struct208 …struct as_nview<Sequence, I0> // expected-note{{while checking a default template argument used h… struct