|
halcheck 1.0
|
◆ iterator_category
template<typename I , typename F >
Initial value:
lib::conditional_t<!std::is_reference<reference>(), std::input_iterator_tag, lib::iter_category_t<I>>
typename std::iterator_traits< I >::iterator_category iter_category_t A tag type indicating the level of supported iterator options a type provides. Definition base.hpp:40 typename std::conditional< Cond, T, F >::type conditional_t An implementation of std::conditional_t. Definition type_traits.hpp:51 Indicates the level of supported iterator operations this type provides. |