[#mp_units-is_same] = xref:mp_units.adoc[mp_units]::is_same :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/ext/type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T, class U> using is_same = std::bool_constant<is_same_v<T, U>>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#