absl::AbslHashValue

Combines the contents of the fixed array into a hash state.

Synopsis

Declared in <absl/container/fixed_array.h>

H
AbslHashValue(
    H h,
    FixedArray const& v);

Return Value

The updated hash state.

Parameters

NameDescription
hThe hash state to combine into.
vThe fixed array to hash.