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

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
int128
Int128Min();

Return Value

The minimum representable int128 value.

Created with MrDocs