mp_units::utility::operator%¶
Modulus operator
Synopsis¶
Declared in <mp-units/utility/safe_int.h>
[[nodiscard]] constexpr safe_int</* implementation-defined */, ErrorPolicy> operator%(safe_int lhs, U rhs);
Return Value¶
Wraps an integral type with overflow detection.
Note
The return value should not be discarded.
Parameters¶
| Name | Description |
|---|---|
| lhs | The left operand |
| rhs | The right operand |