Returns the highest value for a 128‐bit unsigned integer.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint128
Uint128Max();

Return Value

The maximum representable uint128 value.

Created with MrDocs