KUMI v3.1.0
Exquisite Epidote
Loading...
Searching...
No Matches
kumi::concepts::projection_map Concept Reference

Concept specifying if a type can be used as sequence of projections in algorithms. More...

#include <kumi/utils/concepts.hpp>

Detailed Description

Concept specifying if a type can be used as sequence of projections in algorithms.

A type T models kumi::projection_map if it models kumi::product_type and contains members which are themselves either integral types, identifiers or others projection_map

Concept definition

template<typename T>
Concept specifying a type follows the Product Type semantic.
Definition concepts.hpp:87
Concept specifying if a type can be used as sequence of projections in algorithms.
Definition concepts.hpp:253
constexpr auto is_projection_map_v
Checks if a type can be used as a kumi::projection_map.
Definition traits.hpp:366