Equality operators
Declared in <bdlcc_skiplist.h>
Return true if the specified lists have the same value.
bool
operator==(
SkipList<KEY2, DATA2> const& lhs,
SkipList<KEY2, DATA2> const& rhs);
» more...
Return whether lhs and rhs have the same value.
template<
class KEY,
class DATA>
bool
operator==(
SkipList<KEY, DATA> const& lhs,
SkipList<KEY, DATA> const& rhs);
» more...
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | object providing the value on the left-hand side |
| rhs | object providing the value on the right-hand side |