Home
last modified time | relevance | path

Searched defs:is_input_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.hpp713 struct is_input_iterator struct
715 static const bool value = is_same<typename T::iterator_category, std::input_iterator_tag>::value;
719 struct is_input_iterator<T, false> struct
721 static const bool value = false;