KUMI v5.0.0
Gorgeous Garnet
Loading...
Searching...
No Matches
kumi::concepts::projection Concept Reference

Concept specifying if a type is suitable to be used as a projection. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

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

Concept definition

template<typename T>
Concept specifying a type represents an identifier.
Definition concepts.hpp:185
index concept
Definition concepts.hpp:154
Concept specifying if a type can be used as sequence of projections in algorithms.
Definition concepts.hpp:201
Concept specifying if a type is suitable to be used as a projection.
Definition concepts.hpp:213