Specialization defining a leaf derived quantity in the hierarchy with a refined equation
Synopsis
Declared in <mp‐units/framework/quantity_spec_definitions.h>
template<
/* implementation-defined */ auto QS,
/* implementation-defined */ auto Eq,
/* implementation-defined */ auto Args...>
requires (mp_units::explicitly_convertible(Eq, QS))
struct quantity_spec<QS, Eq, Args...>
: /* implementation-defined */
Base Classes
Name |
Description |
|
Type Aliases
Name |
Description |
The base type used to detect specializations of |
Member Functions
Name |
Description |
Function call operators |
|
Static Data Members
Name |
Description |
The character of the quantity, derived from the equation unless overriden in |
|
The dimension inherited from the parent quantity specification |
|
The derived quantity equation this specification refines |
|
Whether quantities of this specification can never hold a negative value |
|
The parent quantity specification this leaf was derived from |
|
|
Deprecated accessor for |
|
Deprecated accessor for |
Created with MrDocs