halcheck 1.0
Loading...
Searching...
No Matches

◆ iterator_category

template<typename I , typename F >
using halcheck::lib::transform_iterator< I, F >::iterator_category
Initial value:
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.