[#absl-Int128Max] = xref:absl.adoc[absl]::Int128Max :relfileprefix: ../ :mrdocs: Returns the maximum value for a 128‐bit signed integer. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/int128.adoc[int128] Int128Max(); ---- == Return Value The maximum representable `int128` value. [.small]#Created with https://www.mrdocs.com[MrDocs]#