[#BloombergLP-bdlcc-SkipListPairHandle-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle]::operator= :relfileprefix: ../../../ :mrdocs: Make this handle refer to the same pair as `rhs`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle<KEY, DATA>]& operator=(xref:BloombergLP/bdlcc/SkipListPairHandle.adoc[SkipListPairHandle] const& rhs); ---- == Description If this `SkipListPairHandle` initially refers to a pair, release the reference. Return `*this`. == Return Value *this == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | object providing the value on the right‐hand side |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#