mp_units::utility::safe_int::operator-¶
Unary minus operator
Synopsis¶
Declared in <mp-units/utility/safe_int.h>
[[nodiscard]] constexpr safe_int<decltype(-value_), ErrorPolicy> operator-() const;
Return Value¶
Another instance of the object
Note
The return value should not be discarded.