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