std::hash<folly::unique_hash_key<Size>>

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

NameDescription
folly_is_avalanching Marks this hash as producing well-distributed (avalanching) values.

Member Functions

NameDescription
operator() Return the hash value of the given key.