[#absl-AbslHashValue-02] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Combines the Cord's contents into a hash state. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- H AbslHashValue( H hash_state, xref:absl/Cord.adoc[absl::Cord] const& c); ---- == Return Value The updated hash state. == Template Parameters [cols="1,4"] |=== | Name| Description | *H* | The hash state type. |=== == Parameters [cols="1,4"] |=== | Name| Description | *hash_state* | The hash state to combine into. | *c* | The Cord being hashed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#