Searched defs:nil_ (Results 1 – 5 of 5) sorted by relevance
24 struct nil_ : sequence_base<nil_> struct26 typedef mpl::int_<0> size;27 typedef cons_tag fusion_tag;28 typedef fusion_sequence_tag tag; // this gets picked up by MPL29 typedef mpl::false_ is_view;30 typedef forward_traversal_tag category;31 typedef void_ car_type;32 typedef void_ cdr_type;35 nil_() BOOST_NOEXCEPT {} in nil_() argument39 nil_(Iterator const& /*iter*/, mpl::true_ /*this_is_an_iterator*/) BOOST_NOEXCEPT in nil_() function[all …]
71 nil_; member
167 nil_; member
162 struct nil_ {}; struct
31 struct nil_ {}; struct