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
Name |
Description |
state |
The hash state to combine into. |
any_span |
The span whose elements are hashed. |
Created with MrDocs