tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::legacy_forward_iterator Concept Reference

#include <etl/iterator.hpp>

Concept definition

template<typename Iter>
>
and requires(Iter it) {
}
The constructible_from concept specifies that a variable of type T can be initialized with the given ...
Definition constructible_from.hpp:16
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:19
Definition legacy_forward_iterator.hpp:22
Definition legacy_input_iterator.hpp:23
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:20
and
Definition incrementable_traits.hpp:40
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23
Definition indirectly_readable_traits.hpp:35

Detailed Description

Note
Non-standard extension