An opaque token holding the precomputed hash of a key.
Declared in <folly/container/detail/F14Table.h>
class F14HashToken final
| Name | Description |
|---|---|
F14HashToken [constructor] | Constructs an empty hash token. |
| 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. |