[#BloombergLP-bdlcc-SkipList-0a-popFrontRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::popFrontRaw :relfileprefix: ../../../ :mrdocs: Remove the first item and load a raw reference into `item`. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int popFrontRaw(xref:BloombergLP/bdlcc/SkipList-0a/Pair.adoc[Pair]** item); ---- == Description Remove the first item from the list and load a reference to it into the specified `item`. This 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. == Return Value 0 on success, and a non‐zero value if the list is empty == Parameters [cols="1,4"] |=== | Name| Description | *item* | receives a raw reference to the removed item |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#