BloombergLP::bslalg::operator!=

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

NameDescription
lhsleft-hand-side bucket to compare
rhsright-hand-side bucket to compare