An opaque token holding the precomputed hash of a key.

Synopsis

Declared in <folly/container/detail/F14Table.h>

class F14HashToken final

Member Functions

Name

Description

F14HashToken [constructor]

Constructs an empty hash token.

Friends

Name

Description

folly::F14HashedKey

A key paired with its precomputed F14 hash token for faster lookups.

folly::operator!=

Returns whether two hash tokens hold different processed hashes.

folly::operator==

Returns whether two hash tokens hold the same processed hash.

Created with MrDocs