absl::AbslHashValue

Combines this value into a hash state, supporting absl::Hash.

Synopsis

Declared in <absl/numeric/int128.h>

H
AbslHashValue(
    H h,
    int128 v);

Return Value

The updated hash state.

Parameters

NameDescription
hThe hash state to combine into.
vThe value to hash.