Home
last modified time | relevance | path

Searched defs:BOOST_ITERATOR_CONVERTIBLE (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 Diterator_facade.hpp872 # define BOOST_ITERATOR_CONVERTIBLE(a,b) mpl::true_() macro
874 # define BOOST_ITERATOR_CONVERTIBLE(a,b) is_convertible<a,b>() macro