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