folly::operator!=

Returns whether two hash tokens hold different processed hashes.

Synopsis

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

constexpr
bool
operator!=(
    F14HashToken const& a,
    F14HashToken const& b) noexcept;

Return Value

True if the tokens hold different processed hashes.

Parameters

NameDescription
aThe first hash token to compare.
bThe second hash token to compare.