Returns whether two hashed keys compare unequal.
Synopsis
Declared in <folly/container/detail/F14Table.h>
bool
operator!=(
F14HashedKey const& a,
F14HashedKey const& b);
Return Value
True if the two hashed keys compare unequal.
Parameters
Name |
Description |
a |
The first hashed key to compare. |
b |
The second hashed key to compare. |
Created with MrDocs