BloombergLP::bdlcc::SkipList::operator=

Assign to this list the value of rhs.

Synopsis

Declared in <bdlcc_skiplist.h>

SkipList<KEY, DATA>&
operator=(SkipList const& rhs);

Description

Assign to this Skip List the value of the specified rhs list and return a reference to the modifiable list.

Return Value

a reference to this modifiable list

Parameters

NameDescription
rhsobject providing the value on the right-hand side