[#absl-HashState-combine_weakly_mixed_integer] = xref:absl.adoc[absl]::xref:absl/HashState.adoc[HashState]::combine_weakly_mixed_integer :relfileprefix: ../../ :mrdocs: Combine a weakly‐mixed integer into a hash state. == Synopsis Declared in `<absl/hash/hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:absl/HashState.adoc[HashState] combine_weakly_mixed_integer( xref:absl/HashState.adoc[HashState] hash_state, hash_internal::WeaklyMixedInteger value); ---- == Return Value The updated hash state. == Parameters [cols="1,4"] |=== | Name| Description | *hash_state* | The hash state to update. | *value* | The weakly‐mixed integer to combine. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#