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

#include <etl/iterator.hpp>

Concept definition

template<typename Iter>
concept etl::legacy_iterator = requires(Iter i) {
{ *i } -> etl::referenceable;
{ *i++ } -> etl::referenceable;
Definition copyable.hpp:15
Definition legacy_iterator.hpp:17
Definition referenceable.hpp:15
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

Detailed Description

Note
Non-standard extension