[#BloombergLP-bdlcc-SkipList-0a-removeAllRaw-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::removeAllRaw :relfileprefix: ../../../ :mrdocs: Remove all items from this list. Append to the specified `removed` vector pointers that can be used to refer to the removed items. _Each_ such pointer must be released (using `releaseReferenceRaw`) when it is no longer needed. The pairs appended to `removed` will be in ascending order by key value. Return the number of items that were removed from this list. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removeAllRaw(xref:bsl/vector-00d.adoc[bsl::vector<Pair*>]* removed); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#