Specialization defining the quantity kind of the hierarchy tree rooted at Q
Synopsis
Declared in <mp‐units/framework/quantity_spec_definitions.h>
template<QuantitySpec Q>
requires (!detail::QuantityKindSpec<Q>) && (detail::get_kind_tree_root(Q{}) == Q{})
struct kind_of_<Q>
: Q::_base_type_
Base Classes
Name |
Description |
|
Type Aliases
Name |
Description |
The base type used to detect specializations of |
Static Data Members
Name |
Description |
Always |
|
The root quantity specification this kind was created from |
Template Parameters
Name |
Description |
Q |
the root quantity specification of the kind |
Created with MrDocs