[#BloombergLP-bdlcc-SkipList-0a-previousRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::previousRaw :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int previousRaw( xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair]** prevPair, xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair] const* reference) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#