std::hash specialization for folly::unique_hash_key.
Synopsis
Declared in <folly/hash/UniqueHashKey.h>
template<size_t Size>
struct hash<folly::unique_hash_key<Size>>;
Type Aliases
Name |
Description |
Marks this hash as producing well‐distributed (avalanching) values. |
Member Functions
Name |
Description |
Return the hash value of the given key. |
Created with MrDocs