BloombergLP::bslalg::operator==

Equality operators

Synopses

Declared in <bslalg_hashtableanchor.h>

Return whether two HashTableAnchor objects have the same value.

bool
operator==(
    HashTableAnchor const& lhs,
    HashTableAnchor const& rhs);
» more...

Return true if the specified hash table buckets lhs and rhs are equivalent and false otherwise.

bool
operator==(
    HashTableBucket const& lhs,
    HashTableBucket const& rhs);
» more...

Return true if lhs and rhs point to the same element.

bool
operator==(
    DequeIterator const& lhs,
    DequeIterator const& rhs);
» more...

Return true if lhs and rhs point to the same element.

bool
operator==(
    DequeIterator const& lhs,
    DequeIterator const& rhs);
» more...

Return Value

  • true if lhs and rhs have the same value, and false otherwise
  • true if the buckets are equivalent, and false otherwise
  • true if both iterators point to the same element, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand