Recursively hashes tuple elements, combining them into a single hash.
Declared in <folly/hash/Hash.h>
template<
size_t index,
typename... Ts>
struct TupleHasher;
| Name | Description |
|---|---|
operator() | Hash the tuple by combining hashes of its elements. |
| Name |
|---|
TupleHasher<0, Ts...> |