Concept specifying if a type is suitable to be used as a projection.
More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a type is suitable to be used as a projection.
A type T models kumi::projection if it models kumi::projection_map or kumi::index or kumi::identifier
template<typename T>
Concept specifying a type represent an identifier.
Definition concepts.hpp:193
index concept
Definition concepts.hpp:162
Concept specifying if a type can be used as sequence of projections in algorithms.
Definition concepts.hpp:253
Concept specifying if a type is suitable to be used as a projection.
Definition concepts.hpp:265