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