<mp-units/framework/dimension_concepts.h>
template<typename T> concept Dimension = std::derived_from<T, detail::dimension_interface> && detail::SymbolicConstant<T>;
Satisfied by all dimension types in the library.