absl::AbslHashValue

Hashes the span's elements for use with absl::Hash.

Synopsis

Declared in <absl/types/any_span.h>

constexpr
H
AbslHashValue(
    H state,
    AnySpan any_span);

Return Value

The updated hash state.

Parameters

NameDescription
stateThe hash state to combine into.
any_spanThe span whose elements are hashed.