Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dvisitation_impl.hpp80 struct visitation_impl_step struct
82 typedef typename mpl::deref<Iter>::type type;
84 typedef typename mpl::next<Iter>::type next_iter;
87 > next;
91 struct visitation_impl_step< LastIter,LastIter > struct
93 typedef apply_visitor_unrolled type;
94 typedef visitation_impl_step next;