[#BloombergLP-bdlcc-SkipList-0a-skipBackwardRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::skipBackwardRaw :relfileprefix: ../../../ :mrdocs: Move the raw reference `item` to the previous item. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int skipBackwardRaw(xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair]** item) const; ---- == Description Return 0 on success, and `e_NOT_FOUND` (with no effect on the value of `item`) if `item` is no longer in the list. == Return Value 0 on success, and `e_NOT_FOUND` if `item` is no longer in the list == Parameters [cols="1,4"] |=== | Name| Description | *item* | raw reference identifying the current item; updated in place |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#