[#BloombergLP-bdlcc-SkipList-0a-next] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::next :relfileprefix: ../../../ :mrdocs: Load into the specified `next` a reference to the item that appears in the list after the item identified by the specified `reference`. Return 0 on success, or a non‐zero value if `reference` refers to the back of the list. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int next( xref:BloombergLP/bdlcc/SkipList-0a/PairHandle.adoc[PairHandle]* next, xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair] const* reference) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#