absl::AbslHashValue

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

Synopsis

Declared in <absl/types/span.h>

H
AbslHashValue(
    H h,
    Span v);

Return Value

The updated hash state.

Parameters

NameDescription
hThe hash state to combine into.
vThe span whose elements are hashed.