[#BloombergLP-bdlcc-SkipList-0a-backRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::backRaw :relfileprefix: ../../../ :mrdocs: Load into the specified `back` a reference to the last item in the list. The `back` reference must be released (using `releaseReferenceRaw`) when it is no longer needed. Return 0 on success, and a non‐zero value if the list is empty. Note that if the list is empty, the value of `*back` is undefined. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int backRaw(xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair]** back) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#