#include <etl/iterator.hpp>
template<typename Iter>
{ *i-- } -> etl::same_as<etl::iter_reference_t<Iter>>;
}
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
Definition legacy_bidirectional_iterator.hpp:17
Definition legacy_forward_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:19
- Note
- Non-standard extension