[#BloombergLP-bdlcc-SkipList-0b-frontRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0b.adoc[SkipList<long long, EventData>]::frontRaw :relfileprefix: ../../../ :mrdocs: Load into the specified `front` a reference to the first item in the list. The `front` 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. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int frontRaw(xref:BloombergLP/bdlcc/SkipList-0b/Pair.adoc[Pair]** front) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#