mp_units::utility::operator%

Computes the remainder of dividing a constrained value by a safe_int

Synopsis

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

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

Return Value

the wrapped remainder of the underlying values

NOTE

The return value should not be discarded.

Parameters

NameDescription
lhsthe constrained value to divide
rhsthe safe_int to divide by