[#mp_units-Unit] = xref:mp_units.adoc[mp_units]::Unit :relfileprefix: ../ :mrdocs: A concept matching all unit types in the library == Synopsis Declared in `<mp‐units/framework/unit_concepts.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> concept Unit = std::derived_from<T, detail::unit_interface> && detail::SymbolicConstant<T>; ---- == Description Satisfied by all unit types provided by the library. [.small]#Created with https://www.mrdocs.com[MrDocs]#