mp_units::is_specialization_of_v<Type<Params...>, Type>

Synopsis

Declared in <mp-units/ext/type_traits.h>
template<
    auto Params...,
    template<auto...> typename Type>
constexpr bool is_specialization_of_v<Type<Params...>, Type> = true;


Created with MrDocs