Return the address of the pair referred to by this SkipListPairHandle, or 0 if this handle does not manage a reference.
Synopsis
Declared in <bdlcc_skiplist.h>
operator bdlcc::SkipListPair<KEY, DATA> const*() const;
Return Value
address of the referred pair, or 0 if none
Created with MrDocs