Home
last modified time | relevance | path

Searched defs:nil_ (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/fusion/container/list/
Dnil.hpp24 struct nil_ : sequence_base<nil_> struct
26 typedef mpl::int_<0> size;
27 typedef cons_tag fusion_tag;
28 typedef fusion_sequence_tag tag; // this gets picked up by MPL
29 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_() argument
39 nil_(Iterator const& /*iter*/, mpl::true_ /*this_is_an_iterator*/) BOOST_NOEXCEPT in nil_() function
[all …]
/third_party/boost/libs/spirit/example/support/utree/
Dsexpr_generator.hpp71 nil_; member
Dsexpr_parser.hpp167 nil_; member
/third_party/boost/libs/variant/test/
Doverload_selection.cpp162 struct nil_ {}; struct
/third_party/boost/boost/spirit/home/support/
Dinfo.hpp31 struct nil_ {}; struct