std::hash specialization for std::tuple.
Declared in <folly/hash/Hash.h>
template<typename... Ts>
struct hash<std::tuple<Ts...>>;
| Name | Description |
|---|---|
folly_is_avalanching | Marks this hash as avalanching when its element hashes are. |
| Name | Description |
|---|---|
operator() | Hash the tuple by combining the hashes of its elements. |