[#absl-int128-operator_inc-04] = xref:absl.adoc[absl]::xref:absl/int128.adoc[int128]::operator++ :relfileprefix: ../../ :mrdocs: Increments this value by one and returns the new value. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/int128.adoc[int128]& operator++(); ---- == Return Value A reference to this `int128`. [.small]#Created with https://www.mrdocs.com[MrDocs]#