[#absl-operator_plus-00] = xref:absl.adoc[absl]::operator+ :relfileprefix: ../ :mrdocs: Returns the unary plus of `val`, which is `val` unchanged. == 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 value of `val`. == Parameters [cols="1,4"] |=== | Name| Description | *val* | The operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#