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

Name

Description

kind_of_<Q>

Specialization defining the quantity kind of the hierarchy tree rooted at Q

Template Parameters

Name

Description

Q

the root quantity specification of the kind

Created with MrDocs