<mp-units/framework/unit_concepts.h>
template<typename T> concept Unit = std::derived_from<T, detail::unit_interface> && detail::SymbolicConstant<T>;
Satisfied by all unit types provided by the library.