Home
last modified time | relevance | path

Searched defs:filter_view (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/fusion/view/filter_view/
H A Dfilter_view.hpp32 struct filter_view : sequence_base<filter_view<Sequence, Pred> > struct
34 typedef filter_view_tag fusion_tag;
35 typedef fusion_sequence_tag tag; // this gets picked up by MPL
42 category;
43 typedef mpl::true_ is_view;
45 typedef typename result_of::begin<Sequence>::type first_type;
46 typedef typename result_of::end<Sequence>::type last_type;
47 typedef Pred pred_type;
50 filter_view(Sequence& in_seq) in filter_view() function
55 first_type first() const { return fusion::begin(seq); } in first()
[all …]