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; }
inline
constexpr
Checks if a type can be used as a
kumi::index_map
.
Template Parameters
T
The type to inspect
Helper value
namespace
kumi
{
template
<
typename
T>
inline
constexpr
bool
is_index_map_v
= is_index_map<T>::value;
}
kumi::is_index_map_v
constexpr auto is_index_map_v
Checks if a type can be used as a kumi::index_map.
Definition
traits.hpp:177
kumi
Main KUMI namespace.
Definition
algorithm.hpp:11
kumi