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