absl::Int128Low64

Returns the lower 64-bit value of an int128 value.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint64_t
Int128Low64(int128 v);

Return Value

The low-order 64 bits of v.

Parameters

NameDescription
vThe value to inspect.