mp_units::is_specialization_of_v

Whether T is a specialization of the class template Type, which takes a pack of non-type (auto) parameters

Synopsis

Declared in <mp-units/ext/type_traits.h>

template<
    typename T,
    template<auto...> typename Type>
constexpr bool is_specialization_of_v = false;