BloombergLP::bdlcc::SkipListPairHandle::SkipListPairHandle

Constructors

Synopses

Declared in <bdlcc_skiplist.h>

Construct a new PairHandle that does not refer to a pair.

SkipListPairHandle();
» more...

Construct a new pair reference for the same list and pair as the specified original.

SkipListPairHandle(SkipListPairHandle const& original);
» more...