Searched defs:vector0 (Results 1 – 16 of 16) 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() argument60 vector0(Sequence const& /*seq*/) BOOST_NOEXCEPT in vector0() function
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;
37 struct vector0 { struct38 using hana_tag = vector_tag;39 static constexpr std::size_t size = 0;125 void print(std::ostream& os, vector0) in print() argument
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::type_of::constant<int,0> > begin; typedef consta… argument
115 …struct vector0 { typedef v_iter<vector0<>, boost::type_of::constant<int,0> > begin; typedef consta… argument
165 …struct vector0 { typedef v_iter<vector0<>, boost::type_of::constant<int,0> > begin; typedef consta… argument
215 …struct vector0 { typedef v_iter<vector0<>, boost::type_of::constant<int,0> > begin; typedef consta… argument
223 typedef fusion::vector<> vector0; in main() typedef
342 typedef fusion::vector<> vector0; in main() typedef
520 typedef fusion::vector<> vector0; in main() typedef
11 struct vector0 struct13 typedef mpl::int_<0> size_type;14 static const int size_value = 0;