Combine an arbitrary number of values into a hash state.

Synopsis

Declared in <absl/hash/hash.h>

using HashState::HashStateBase<HashState>::combine;

Description

Combines an arbitrary number of values into a hash state, returning the updated state.

Created with MrDocs