Home
last modified time | relevance | path

Searched defs:is_bidirectional_iterator (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/container/detail/
H A Diterators.hpp743 struct is_bidirectional_iterator struct
745 … const bool value = is_same<typename T::iterator_category, std::bidirectional_iterator_tag>::value;
749 struct is_bidirectional_iterator<T, false> struct
751 static const bool value = false;