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; }
inline
constexpr
Checks if a type can be used as a
kumi::projection_map
.
Template Parameters
T
The type to inspect
Helper type-trait
namespace
kumi
{
template
<
typename
T>
struct
is_projection_map;
}
kumi
Main KUMI namespace.
Definition
algorithm.hpp:11
kumi