[#absl-int128-operator_dec-04] = xref:absl.adoc[absl]::xref:absl/int128.adoc[int128]::operator‐‐ :relfileprefix: ../../ :mrdocs: Decrement operators == Synopses Declared in `<absl/numeric/int128.h>` Decrements this value by one and returns the new value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/int128.adoc[int128]& xref:absl/int128/operator_dec-09.adoc[operator‐‐](); ---- [.small]#xref:absl/int128/operator_dec-09.adoc[_» more..._]# Decrements this value by one and returns the previous value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/int128.adoc[int128] xref:absl/int128/operator_dec-0a.adoc[operator‐‐](int unused); ---- [.small]#xref:absl/int128/operator_dec-0a.adoc[_» more..._]# == Return Value * A reference to this `int128`. * A copy of this value before the decrement. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | Unused parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#