absl::HashState::combine

Synopses

Declared in <absl/hash/hash.h>

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