std::hash specialization for folly::unique_hash_key.
Declared in <folly/hash/UniqueHashKey.h>
template<size_t Size>
struct hash<folly::unique_hash_key<Size>>;
| Name | Description |
|---|---|
folly_is_avalanching | Marks this hash as producing well-distributed (avalanching) values. |
| Name | Description |
|---|---|
operator() | Return the hash value of the given key. |