Converts to the wrapped value.
Declared in <mp-units/utility/safe_int.h>
<mp-units/utility/safe_int.h>
[[nodiscard]] constexpr explicit operator T() const noexcept;
the wrapped value, converted to T
T
The return value should not be discarded.