[#mp_units-safe_int-09-operator_mod_eq] = xref:mp_units.adoc[mp_units]::xref:mp_units/safe_int-09.adoc[safe_int]::operator%= :relfileprefix: ../../ :mrdocs: Modulus assignment operator == Synopsis Declared in `<mp‐units/safe_int.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:mp_units/safe_int-09.adoc[safe_int]& operator%=(xref:mp_units/safe_int-09.adoc[safe_int] const& rhs); ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== |Name|Description | *rhs* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#