mp_units::kind_of

The quantity kind of the hierarchy tree rooted at the quantity specification Q

Synopsis

Declared in <mp-units/framework/quantity_spec_definitions.h>

template<QuantitySpec auto Q>
requires requires { typename kind_of_<decltype(Q)>; }
constexpr kind_of_<decltype(Q)> kind_of;

Template Parameters

NameDescription
Qthe root quantity specification of the kind