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