Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/
H A 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_() function
39 nil_(Iterator const& /*iter*/, mpl::true_ /*this_is_an_iterator*/) BOOST_NOEXCEPT in nil_() argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dinfo.hpp31 struct nil_ {}; struct