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

Name

Description

h

The hash state to combine into.

x

The value to hash.

Created with MrDocs