Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Diterator_traits.hpp43 struct iterator_traits struct
45 typedef typename Iterator::difference_type difference_type;
46 typedef typename Iterator::value_type value_type;
47 typedef typename Iterator::pointer pointer;
48 typedef typename Iterator::reference reference;
49 typedef typename Iterator::iterator_category iterator_category;
50 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
54 struct iterator_traits<T*> struct
56 typedef std::ptrdiff_t difference_type;
57 typedef T value_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/
H A Dtransform_view_iterator.hpp83 struct iterator_traits< ::boost::fusion::transform_view_iterator<First, F> > struct
86 struct iterator_traits< ::boost::fusion::transform_view_iterator2<First1, First2, F> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/
H A Dzip_view_iterator.hpp53 struct iterator_traits< ::boost::fusion::zip_view_iterator<IteratorSequence, Traversal> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/
H A Dreverse_view_iterator.hpp61 struct iterator_traits< ::boost::fusion::reverse_view_iterator<First> > struct
/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.hpp63 struct iterator_traits< ::boost::fusion::iterator_facade<Derived, Category> > struct
H A Diterator_adapter.hpp142 struct iterator_traits< ::boost::fusion::iterator_adapter<Derived, Iterator, Category> > struct
H A Dbasic_iterator.hpp151 struct iterator_traits< ::boost::fusion::basic_iterator<Tag, Category, Seq, Index> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector_iterator.hpp56 struct iterator_traits< ::boost::fusion::vector_iterator<Vector, N> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/
H A Dsingle_view_iterator.hpp58 struct iterator_traits< ::boost::fusion::single_view_iterator<SingleView, Pos> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/
H A Djoint_view_iterator.hpp63 struct iterator_traits< ::boost::fusion::joint_view_iterator<Category, First, Last, Concat> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/
H A Dfilter_view_iterator.hpp74 struct iterator_traits< ::boost::fusion::filter_iterator<Category, First, Last, Pred> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/mpl/
H A Dmpl_iterator.hpp121 struct iterator_traits< ::boost::fusion::mpl_iterator<Iterator> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/
H A Dcons_iterator.hpp106 struct iterator_traits< ::boost::fusion::cons_iterator<Cons> > struct