[#BloombergLP-bdlcc-SkipList-0a-nextRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::nextRaw :relfileprefix: ../../../ :mrdocs: Load a raw reference to the item after `reference` into `next`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int nextRaw( xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair]** next, xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair] const* reference) const; ---- == Description Load into the specified `next` a reference to the item that appears in the list after the item identified by the specified `reference`. The `next` 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 back of the list. == Return Value 0 on success, or a non‐zero value if `reference` is at the back == Parameters [cols="1,4"] |=== | Name| Description | *next* | receives a reference to the next item | *reference* | pair in this list |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#