Home
last modified time | relevance | path

Searched defs:minimum_category (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/iterator/
H A Dminimum_category.hpp68 struct minimum_category struct
73 > outer;
75 typedef typename outer::template apply<T1,T2> inner;
76 typedef typename inner::type type;
82 struct minimum_category<mpl::_1,mpl::_2> struct
85 struct apply : minimum_category<T1,T2>