[#absl-AbslHashValue-0c4] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Hashes the span's elements for use with `absl::Hash`. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr H AbslHashValue( H state, xref:absl/AnySpan.adoc[AnySpan] any_span); ---- == Return Value The updated hash state. == Parameters [cols="1,4"] |=== | Name| Description | *state* | The hash state to combine into. | *any_span* | The span whose elements are hashed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#