[#mp_units-named_constant-00] = xref:mp_units.adoc[mp_units]::xref:mp_units/named_constant-03.adoc[named_constant]<Symbol, U, SU> :relfileprefix: ../ :mrdocs: Specialization for a measured constant declaring its absolute standard uncertainty == Synopsis Declared in `<mp‐units/framework/unit_definitions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/symbol_text-032.adoc[symbol_text] Symbol, xref:mp_units/Unit.adoc[Unit] auto U, typename SUU, xref:mp_units/standard_uncertainty.adoc[standard_uncertainty<SUU>] SU> requires (!Symbol.empty()) && detail::is_positive_canonical_unit_mag<SUU{}> && detail::ConvertibleUnits<SUU{}, U> struct xref:mp_units/named_constant-03.adoc[named_constant]<Symbol, U, SU> : ::_base_type_ ---- == Description 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. == Base Classes [cols="1,4"] |=== | Name| Description | `::_base_type_` | |=== == Type Aliases [cols="1"] |=== | Name | xref:mp_units/named_constant-00/_base_type_.adoc[`_base_type_`] |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:mp_units/named_constant-00/_standard_uncertainty_.adoc[`_standard_uncertainty_`] | | xref:mp_units/named_constant-00/_symbol_.adoc[`_symbol_`] | Unique constant identifier |=== == Template Parameters [cols="1,4"] |=== | 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 |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#