tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | bidirectional_iterator_tag |
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... | |
struct | contiguous_iterator_tag |
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... | |
struct | forward_iterator_tag |
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... | |
struct | input_iterator_tag |
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... | |
struct | output_iterator_tag |
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... | |
struct | random_access_iterator_tag |
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... | |
Namespaces | |
namespace | etl |