kumi v3.1.0
Exquisite Epidote
 
Loading...
Searching...
No Matches

◆ is_index_map_v

template<typename T >
constexpr auto kumi::is_index_map_v = requires { T::is_index_map; }
inlineconstexpr

Checks if a type can be used as a kumi::index_map.

Template Parameters
TThe type to inspect

Helper value

namespace kumi
{
template<typename T> inline constexpr bool is_index_map_v = is_index_map<T>::value;
}
constexpr auto is_index_map_v
Checks if a type can be used as a kumi::index_map.
Definition traits.hpp:177
Main KUMI namespace.
Definition algorithm.hpp:11