Return true if the specified lists have different values.

Synopsis

Declared in <bdlcc_skiplist.h>

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

Return Value

true if lhs and rhs differ, and false otherwise

Parameters

Name

Description

lhs

object providing the value on the left‐hand side

rhs

object providing the value on the right‐hand side

Created with MrDocs