Return the hash value of the given key.
Synopsis
Declared in <folly/hash/UniqueHashKey.h>
size_t
operator()(folly::unique_hash_key<Size> const& key) const noexcept;
Return Value
The stored hash value of the key
Parameters
Name |
Description |
key |
Key to hash |
Created with MrDocs