absl::AbslHashValue

Computes a hash value for x, combining it into the hash state h.

Synopsis

Declared in <absl/base/fast_type_id.h>

H
AbslHashValue(
    H h,
    FastTypeIdType x);

Return Value

The updated hash state.

Parameters

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