Specialization for a measured constant declaring its absolute standard uncertainty
Declared in <mp-units/framework/unit_definitions.h>
template<
symbol_text Symbol,
Unit auto U,
typename SUU,
standard_uncertainty<SUU> SU>
requires (!Symbol.empty()) && detail::is_positive_canonical_unit_mag<SUU{}> && detail::ConvertibleUnits<SUU{}, U>
struct named_constant<Symbol, U, SU>
: ::_base_type_
The same as the above but stores the standard uncertainty in the form the source metrology table publishes it: an absolute value in a unit of the constant's own dimension. The relative form derives on demand as an exact ratio of canonical magnitudes.
| Name | Description |
|---|---|
::_base_type_ |
| Name |
|---|
_base_type_ |
| Name | Description |
|---|---|
_standard_uncertainty_ | |
_symbol_ | Unique constant identifier |
| Name | Description |
|---|---|
| Symbol | a short text representation of the constant |
| Unit | a unit that we use to define a constant |
| SU | the standard uncertainty of the measured value |