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> &&
                       (!detail::is_specialization_of_quantity_spec<T>);

Created with MrDocs