Returns the negation of the wrapped value, reacting to ErrorPolicy on overflow.
Declared in <mp-units/utility/safe_int.h>
[[nodiscard]]
constexpr
safe_int<decltype(-value_), ErrorPolicy>
operator-() const;
the negated (and possibly promoted) wrapped value
The return value should not be discarded.