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

Name

Description

H

The hash state type.

Parameters

Name

Description

hash_state

The hash state to combine into.

c

The Cord being hashed.

Created with MrDocs