[#mp_units-is_specialization_of-06] = xref:mp_units.adoc[mp_units]::is_specialization_of :relfileprefix: ../ :mrdocs: Whether `T` is a specialization of the class template `Type`, which takes a pack of type parameters == Synopsis Declared in `<mp‐units/ext/type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, template<typename...> typename Type> constexpr bool is_specialization_of = false; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#