std::hash<folly::unique_hash_key<Size>>::operator()

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

NameDescription
keyKey to hash