[#BloombergLP-bdlcc-SkipList-0a-removeAllRaw-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::removeAllRaw :relfileprefix: ../../../ :mrdocs: `removeAllRaw` overloads == Synopses Declared in `<bdlcc_skiplist.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAllRaw-0a.adoc[removeAllRaw](xref:bsl/vector-00d.adoc[bsl::vector<Pair*>]* removed); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAllRaw-0a.adoc[_» more..._]# Same as the preceding overload, appending raw pointers to `removed`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAllRaw-09.adoc[removeAllRaw](std::pmr::vector<Pair*>* removed); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAllRaw-09.adoc[_» more..._]# Same as the preceding overload, appending raw pointers to `removed`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAllRaw-06.adoc[removeAllRaw](std::vector<Pair*>* removed); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAllRaw-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#