Negates the wrapped value
Declared in <mp-units/utility/constrained.h>
<mp-units/utility/constrained.h>
[[nodiscard]] constexpr constrained<decltype(-std::declval<T>()), ErrorPolicy> operator-(constrained const& x);
the wrapped result of negating x
x
The return value should not be discarded.