Exposes the iterator_category from the modelled concept. More...
#include <seqan3/core/type_traits/iterator.hpp>
Inheritance diagram for seqan3::iterator_tag< it_t >:Public Types | |
| using | type = iterator_category |
| The iterator_category. | |
Exposes the iterator_category from the modelled concept.
| it_t | The type to operate on. |
it_t, this transformation trait acts as an alias for it. If it is not defined and no concepts are modelled, iterator_tag<it_t>::type is not defined.