Returns the lower 64‐bit value of a uint128 value.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint64_t
Uint128Low64(uint128 v);

Return Value

The low‐order 64 bits of v.

Parameters

Name

Description

v

The value to inspect.

Created with MrDocs