Make this handle refer to the same pair as rhs.
Declared in <bdlcc_skiplist.h>
SkipListPairHandle<KEY, DATA>&
operator=(SkipListPairHandle const& rhs);
If this SkipListPairHandle initially refers to a pair, release the reference. Return *this.
*this
| Name | Description |
|---|---|
| rhs | object providing the value on the right-hand side |