mp_units::operator-

Subtraction operator

Synopsis

Declared in <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);

Return Value

A transparent wrapper that carries an error policy for domain constraint enforcement.

Parameters

NameDescription
lhsThe left operand
rhsThe right operand