Combine a weakly‐mixed integer into a hash state.

Synopsis

Declared in <absl/hash/hash.h>

static
HashState
combine_weakly_mixed_integer(
    HashState hash_state,
    hash_internal::WeaklyMixedInteger value);

Return Value

The updated hash state.

Parameters

Name

Description

hash_state

The hash state to update.

value

The weakly‐mixed integer to combine.

Created with MrDocs