Searched defs:vector0 (Results 1 – 12 of 12) sorted by relevance
46 struct vector0 : sequence_base<vector0<Dummy> > struct48 typedef mpl::vector0<> types;49 typedef vector_tag fusion_tag;50 typedef fusion_sequence_tag tag; // this gets picked up by MPL51 typedef mpl::false_ is_view;52 typedef random_access_traversal_tag category;53 typedef mpl::int_<0> size;56 vector0() BOOST_NOEXCEPT {} in vector0() function60 vector0(Sequence const& /*seq*/) BOOST_NOEXCEPT in vector0() argument
30 template<> struct vector0<na> struct33 typedef aux::vector_tag tag;34 typedef vector0 type;35 typedef long_<32768> lower_bound_;36 typedef lower_bound_ upper_bound_;37 typedef long_<0> size;
68 struct vector0 struct70 typedef mpl::int_<0> size_type;71 static const int size_value = 0;
65 …struct vector0 { typedef v_iter<vector0<>, boost::mpl::int_<0> > begin; typedef mpl::int_<1> item0… argument
115 …struct vector0 { typedef v_iter<vector0<>, boost::mpl::int_<0> > begin; typedef mpl::int_<1> item0… argument
165 …struct vector0 { typedef v_iter<vector0<>, boost::mpl::int_<0> > begin; typedef mpl::int_<1> item0… argument
215 …struct vector0 { typedef v_iter<vector0<>, boost::mpl::int_<0> > begin; typedef mpl::int_<1> item0… argument
11 struct vector0 struct13 typedef mpl::int_<0> size_type;14 static const int size_value = 0;