The type of a quantity kind for the quantity specification Q
Declared in <mp-units/framework/quantity_spec_concepts.h>
template<typename Q>
struct kind_of_;
A quantity kind encompasses the entire hierarchy tree that Q belongs to, rather than just Q itself.
| Name | Description |
|---|---|
kind_of_<Q> | Specialization defining the quantity kind of the hierarchy tree rooted at Q |
| Name | Description |
|---|---|
| Q | the root quantity specification of the kind |