Home
last modified time | relevance | path

Searched defs:filter_iterator (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/view/filter_view/
H A Dfilter_view_iterator.hpp35 struct filter_iterator : iterator_base<filter_iterator<Category, First, Last, Pred> > struct
37 typedef convert_iterator<First> first_converter;
38 typedef typename first_converter::type first_iter;
39 typedef convert_iterator<Last> last_converter;
40 typedef typename last_converter::type last_iter;
42 typedef filter_view_iterator_tag fusion_tag;
43 typedef Category category;
59 filter_iterator(First const& in_first) in filter_iterator() function
74 struct iterator_traits< ::boost::fusion::filter_iterator<Category, First, Last, Pred> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dfilter_iterator.hpp45 class filter_iterator class
55 filter_iterator() { } in filter_iterator() function in boost::iterators::filter_iterator
57 filter_iterator(Predicate f, Iterator x, Iterator end_ = Iterator()) in filter_iterator() function in boost::iterators::filter_iterator
63 filter_iterator(Iterator x, Iterator end_ = Iterator()) in filter_iterator() function in boost::iterators::filter_iterator
77 filter_iterator( in filter_iterator() function in boost::iterators::filter_iterator