KUMI v4.0.0
Flawless Fluorite
Loading...
Searching...
No Matches

◆ is_projection_map_v

template<typename T>
bool kumi::is_projection_map_v = requires { T::is_projection_map; }
inlineconstexpr

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

Template Parameters
TThe type to inspect

Helper type-trait

namespace kumi
{
template<typename T> struct is_projection_map;
}
Main KUMI namespace.
Definition algorithm.hpp:11