[#absl-AbslHashValue-078] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Computes a hash value for `x`, combining it into the hash state `h`. == Synopsis Declared in `<absl/base/fast_type_id.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- H AbslHashValue( H h, xref:absl/FastTypeIdType.adoc[FastTypeIdType] x); ---- == Return Value The updated hash state. == Parameters [cols="1,4"] |=== | Name| Description | *h* | The hash state to combine into. | *x* | The value to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#