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

Synopsis

Declared in <absl/numeric/int128.h>

H
AbslHashValue(
    H h,
    uint128 v);

Return Value

The updated hash state.

Parameters

Name

Description

h

The hash state to combine into.

v

The value to hash.

Created with MrDocs