Home
last modified time | relevance | path

Searched refs:joint_iter (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/mpl/aux_/
H A Djoint_iter.hpp36 struct joint_iter struct
46 struct joint_iter<LastIterator1,LastIterator1,Iterator2> struct
54 struct deref< joint_iter<I1,L1,I2> >
56 typedef typename joint_iter<I1,L1,I2>::base base_;
61 struct next< joint_iter<I1,L1,I2> >
63 typedef joint_iter< typename mpl::next<I1>::type,L1,I2 > type;
67 struct next< joint_iter<L1,L1,I2> >
69 typedef joint_iter< L1,L1,typename mpl::next<I2>::type > type;
79 struct joint_iter;
87 typedef joint_iter< typename mpl::next<I1>::type,L1,I2 > next;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Djoint_view.hpp57 typedef joint_iter<first1_,last1_,first2_> begin;
58 typedef joint_iter<last1_,last1_,last2_> end;