[#absl-int128-operator_mod_eq] = xref:absl.adoc[absl]::xref:absl/int128.adoc[int128]::operator%= :relfileprefix: ../../ :mrdocs: Divides this value by `other` and stores the remainder in place. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/int128.adoc[int128]& operator%=(xref:absl/int128.adoc[int128] other); ---- == Return Value A reference to this `int128`. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The divisor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#