mp_units::kind_of_

The type of a quantity kind for the quantity specification Q

Synopsis

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

template<typename Q>
struct kind_of_;

Description

A quantity kind encompasses the entire hierarchy tree that Q belongs to, rather than just Q itself.

Specializations

NameDescription
kind_of_<Q> Specialization defining the quantity kind of the hierarchy tree rooted at Q

Template Parameters

NameDescription
Qthe root quantity specification of the kind