BloombergLP::bdlcc::SkipList::previousRaw

Load into the specified prevPair a reference to the pair that appears in the list before the pair identified by the specified reference. The prevPair reference must be released (using releaseReferenceRaw) when it is no longer needed. Return 0 on success, or a non-zero value if reference refers to the front of the list.

Synopsis

Declared in <bdlcc_skiplist.h>

int
previousRaw(
    Pair** prevPair,
    Pair const* reference) const;