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
inlineconstexpr

Checks if a type is an instance of a specific template.

Template Parameters
TThe type to inspect
Uthe target template

Helper type-trait

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