Combine a weakly-mixed integer into a hash state.
Declared in <absl/hash/hash.h>
static
HashState
combine_weakly_mixed_integer(
HashState hash_state,
hash_internal::WeaklyMixedInteger value);
The updated hash state.
| Name | Description |
|---|---|
| hash_state | The hash state to update. |
| value | The weakly-mixed integer to combine. |