Release this handle and return the raw list and pair pointers.
Declared in <bdlcc_skiplist.h>
void
releaseReferenceRaw(
SkipList<KEY, DATA>** list,
Pair** reference);
Invoke release and populate the specified list and reference pointers with the list and reference values of this SkipListPairHandle.
| Name | Description |
|---|---|
| list | receives the owning skip list |
| reference | receives the raw pair pointer |