mp_units::QuantitySpec

Synopsis

Declared in <mp-units/framework/quantity_spec_concepts.h>
template<typename T>
concept QuantitySpec = std::derived_from<T, detail::quantity_spec_interface_base> && detail::SymbolicConstant<T>;


Created with MrDocs