Concept specifying if a type can be used as sequence of projections in algorithms. More...
#include <kumi/utils/concepts.hpp>
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