Returns whether two hash tokens hold different processed hashes.
Declared in <folly/container/detail/F14Table.h>
constexpr
bool
operator!=(
F14HashToken const& a,
F14HashToken const& b) noexcept;
True if the tokens hold different processed hashes.
| Name | Description |
|---|---|
| a | The first hash token to compare. |
| b | The second hash token to compare. |