mp_units::utility::uncertain::value¶
Returns the central value
Synopsis¶
Declared in <mp-units/utility/uncertain.h>
[[nodiscard]] constexpr value_type const& value() const;
Return Value¶
the central value
Note
The return value should not be discarded.