[#mp_units-kind_of] = xref:mp_units.adoc[mp_units]::kind_of :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity_spec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/QuantitySpec.adoc[QuantitySpec] auto Q> requires requires { typename kind_of_<decltype(Q)>; } constexpr xref:mp_units/kind_of_-00.adoc[kind_of_<decltype(Q)>] kind_of; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#