BloombergLP::bdlcc::operator!=

Inequality operators

Synopses

Declared in <bdlcc_skiplist.h>

Return true if the specified lists have different values.

bool
operator!=(
    SkipList<KEY2, DATA2> const& lhs,
    SkipList<KEY2, DATA2> const& rhs);
» more...

Return whether lhs and rhs have different values.

template<
    class KEY,
    class DATA>
bool
operator!=(
    SkipList<KEY, DATA> const& lhs,
    SkipList<KEY, DATA> const& rhs);
» more...

Return Value

true if lhs and rhs differ, and false otherwise

Parameters

NameDescription
lhsobject providing the value on the left-hand side
rhsobject providing the value on the right-hand side