[#BloombergLP-bdlcc-SkipList-0d-popFront] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0d.adoc[SkipList<long long, RecurringEventData>]::popFront :relfileprefix: ../../../ :mrdocs: Remove the first item from the list and load a reference to it into the optionally specified `item`. 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 popFront(xref:BloombergLP/bdlcc/SkipList-0d/PairHandle.adoc[PairHandle]* item = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#