Home
last modified time | relevance | path

Searched defs:iterator_facade (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/iterator/
H A Diterator_facade.hpp24 struct iterator_facade : iterator_base<Derived> struct
26 typedef iterator_facade_tag fusion_tag;
27 typedef Derived derived_type;
28 typedef Category category;
32 struct equal_to // default implementation
63 struct iterator_traits< ::boost::fusion::iterator_facade<Derived, Category> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_facade.hpp772 class iterator_facade : class