[#absl-AbslHashValue-0d0d] = xref:absl.adoc[absl]::AbslHashValue :relfileprefix: ../ :mrdocs: Combines this value into a hash state, supporting `absl::Hash`. == Synopsis Declared in `<absl/numeric/int128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- H AbslHashValue( H h, xref:absl/int128.adoc[int128] v); ---- == Return Value The updated hash state. == Parameters [cols="1,4"] |=== | Name| Description | *h* | The hash state to combine into. | *v* | The value to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#