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