BloombergLP::bdlcc::SkipListPairHandle::operator=

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

NameDescription
rhsobject providing the value on the right-hand side