Home
last modified time | relevance | path

Searched defs:pair_iter (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/mpl/
H A Dpair_view.hpp66 struct pair_iter struct
68 typedef aux::pair_iter_tag tag;
69 typedef Category category;
70 typedef Iter1 first;
71 typedef Iter2 second;
77 > type;
79 typedef typename mpl::next<Iter1>::type i1_;
80 typedef typename mpl::next<Iter2>::type i2_;
81 typedef pair_iter<i1_,i2_,Category> next;
83 typedef apply_wrap2< aux::prior_pair_iter<Category>,Iter1,Iter2 >::type prior;