KUMI v3.1.0
Exquisite Epidote
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 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