Searched defs:is_bidirectional_iterator (Results 1 – 1 of 1) sorted by relevance
743 struct is_bidirectional_iterator struct745 … const bool value = is_same<typename T::iterator_category, std::bidirectional_iterator_tag>::value;749 struct is_bidirectional_iterator<T, false> struct751 static const bool value = false;