[#mp_units-is_specialization_of-0b] = xref:mp_units.adoc[mp_units]::is_specialization_of<Type<Params...>, Type> :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/ext/type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename... Params, template<typename...> typename Type> constexpr bool is_specialization_of<Type<Params...>, Type> = true; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#