[#absl-operator_minus-06] = xref:absl.adoc[absl]::operator‐ :relfileprefix: ../ :mrdocs: Returns the arithmetic negation of `val`. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/uint128.adoc[uint128] operator‐(xref:absl/uint128.adoc[uint128] val); ---- == Return Value The two's‐complement negation of `val`. == Parameters [cols="1,4"] |=== | Name| Description | *val* | The operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#