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