std::hash specialization for std::pair.
Declared in <folly/hash/Hash.h>
template<
typename T1,
typename T2>
struct hash<std::pair<T1, T2>>;
| Name | Description |
|---|---|
folly_is_avalanching | Marks this hash as producing well-distributed (avalanching) values. |
| Name | Description |
|---|---|
operator() | Hash the pair by combining the hashes of its elements. |