Return true if the specified hash table buckets lhs and rhs are not equivalent and false otherwise.
Synopsis
Declared in <bslalg_hashtablebucket.h>
bool
operator!=(
HashTableBucket const& lhs,
HashTableBucket const& rhs);
Return Value
true if the buckets are not equivalent, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side bucket to compare |
rhs |
right‐hand‐side bucket to compare |
Created with MrDocs