Inequality operators
Synopses
Declared in <bslalg_hashtableanchor.h>
Return whether two HashTableAnchor objects do not have the same value.
bool
operator!=(
HashTableAnchor const& lhs,
HashTableAnchor const& rhs);
Return true if the specified hash table buckets lhs and rhs are not equivalent and false otherwise.
bool
operator!=(
HashTableBucket const& lhs,
HashTableBucket const& rhs);
Return Value
-
trueiflhsandrhsdo not have the same value, andfalseotherwise -
trueif the buckets are not equivalent, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs