std::hash<std::tuple<Ts...>>

std::hash specialization for std::tuple.

Synopsis

Declared in <folly/hash/Hash.h>

template<typename... Ts>
struct hash<std::tuple<Ts...>>;

Type Aliases

NameDescription
folly_is_avalanching Marks this hash as avalanching when its element hashes are.

Member Functions

NameDescription
operator() Hash the tuple by combining the hashes of its elements.