tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
input_iterator_tag Struct Reference

Defines the category of an iterator. Each tag is an empty type and corresponds to one of the five (until C++20) six (since C++20) iterator categories. More...

#include <tags.hpp>

Inheritance diagram for input_iterator_tag:
forward_iterator_tag bidirectional_iterator_tag random_access_iterator_tag contiguous_iterator_tag

Detailed Description

Defines the category of an iterator. Each tag is an empty type and corresponds to one of the five (until C++20) six (since C++20) iterator categories.


The documentation for this struct was generated from the following file: