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

Synopsis

Declared in <bdlcc_skiplist.h>

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

Created with MrDocs