absl::AbslHashValue

Combines the Cord's contents into a hash state.

Synopsis

Declared in <absl/strings/cord.h>

H
AbslHashValue(
    H hash_state,
    absl::Cord const& c);

Return Value

The updated hash state.

Template Parameters

NameDescription
HThe hash state type.

Parameters

NameDescription
hash_stateThe hash state to combine into.
cThe Cord being hashed.