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

#include <incrementable.hpp>

Concept definition

template<typename T>
{ i++ } -> etl::same_as<T>;
}
Definition incrementable.hpp:14
Definition regular.hpp:13
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:19
Definition weakly_incrementable.hpp:16