mp_units::utility::operator%

Computes the remainder of dividing a safe_int by a constrained value

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 remainder of the underlying values

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsthe safe_int to divide
rhsthe constrained value to divide by