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

Name

Description

h

The hash state to combine into.

v

The span whose elements are hashed.

Created with MrDocs