Subtraction operator
<mp-units/safe_int.h>[[nodiscard]]
constexpr
constrained<decltype(std::declval<T>() - std::declval<U>()), CP>
operator-(
safe_int lhs,
constrained<U, CP> const& rhs);
| Name | Description |
|---|---|
| lhs | The left operand |
| rhs | The right operand |