Release this handle and return the raw list and pair pointers.

Synopsis

Declared in <bdlcc_skiplist.h>

void
releaseReferenceRaw(
    SkipList<KEY, DATA>** list,
    Pair** reference);

Description

Invoke release and populate the specified list and reference pointers with the list and reference values of this SkipListPairHandle.

Parameters

Name

Description

list

receives the owning skip list

reference

receives the raw pair pointer

Created with MrDocs