mp_units::utility::operator-

Subtracts a constrained value from a safe_int

Synopsis

Declared in <mp-units/utility/safe_int.h>

[[nodiscard]]
constexpr
safe_int</* implementation-defined */, ErrorPolicy>
operator-(
    safe_int lhs,
    constrained<U, CP> rhs);

Return Value

the wrapped difference of the underlying values

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsthe safe_int to subtract from
rhsthe constrained value to subtract