Concept specifying if a type is suitable as an index. More...
#include <kumi/utils/concepts.hpp>
Concept specifying if a type is suitable as an index.
A type T models kumi::indexer if it models kumi::index_map or std::is_integral
T
kumi::indexer
kumi::index_map
std::is_integral