[#BloombergLP-bdlcc-SkipList-0a-front] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::front :relfileprefix: ../../../ :mrdocs: Load into the specified `front` a reference to the first item in the list. Return 0 on success, and a non‐zero value (with no effect on `front`) if the list is empty. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int front(xref:BloombergLP/bdlcc/SkipList-0a/PairHandle.adoc[PairHandle]* front) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#