KUMI
v4.0.0
Flawless Fluorite
Loading...
Searching...
No Matches
◆
is_instance_of_v
template<typename T, typename U>
bool kumi::is_instance_of_v = false
inline
constexpr
Checks if a type is an instance of a specific template.
Template Parameters
T
The type to inspect
U
the target template
Helper type-trait
namespace
kumi
{
template
<
typename
T,
typename
U>
struct
is_instance_of;
}
kumi
Main KUMI namespace.
Definition
algorithm.hpp:11
kumi