Returns the maximum value for a 128‐bit signed integer.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
Int128Max();

Return Value

The maximum representable int128 value.

Created with MrDocs