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

folly_is_avalanching

Marks this hash as producing well‐distributed (avalanching) values.

Member Functions

Name

Description

operator()

Return the hash value of the given key.

Created with MrDocs