Unary minus operator
Declared in <mp-units/constrained.h>
[[nodiscard]]
constexpr
constrained<decltype(-std::declval<T>()), ErrorPolicy>
operator-(constrained const& x);
A transparent wrapper that carries an error policy for domain constraint enforcement.
| Name | Description |
|---|---|
| x | The operand |