[#absl-uint128-operator_inc-09] = xref:absl.adoc[absl]::xref:absl/uint128.adoc[uint128]::operator++ :relfileprefix: ../../ :mrdocs: Increments this value by one and returns the previous value. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/uint128.adoc[uint128] operator++(int unused); ---- == Return Value A copy of this value before the increment. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | Unused parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#