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

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

#include <kumi/utils/concepts.hpp>

Detailed Description

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

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

Concept definition

template<typename T>
Concept specifying if a type can be used as sequence of indexes in algorithms.
Definition concepts.hpp:173
Concept specifying a type follows the Product Type semantic.
Definition concepts.hpp:78
constexpr auto is_index_map_v
Checks if a type can be used as a kumi::index_map.
Definition traits.hpp:289