absl::HashState::combine

Synopsis

Declared in <absl/hash/hash.h>

template<
    typename T,
    typename... Ts>
static
HashState
combine(
    HashState state,
    T const& value,
    Ts const&... values);