mrdocs::is_specialization_of_v

Whether T is a specialization of the class template Template.

Synopsis

template<
    typename T,
    template<typename...> typename Template>
inline constexpr bool is_specialization_of_v = false;

Template Parameters

Name

Description

T

The type to test.

Template

The class template to test against.

Created with MrDocs