[#BloombergLP-bdlcc-SkipList-0a-removeAll-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::removeAll :relfileprefix: ../../../ :mrdocs: `removeAll` overloads == Synopses Declared in `<bdlcc_skiplist.h>` Remove all items from this list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAll-01.adoc[removeAll](); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAll-01.adoc[_» more..._]# Remove all items, appending handles to `removed`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAll-0d.adoc[removeAll](xref:bsl/vector-00d.adoc[bsl::vector<PairHandle>]* removed); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAll-0d.adoc[_» more..._]# Remove all items, appending handles to `removed`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAll-00.adoc[removeAll](std::pmr::vector<PairHandle>* removed); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAll-00.adoc[_» more..._]# Remove all items, appending handles to `removed`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/SkipList-0a/removeAll-0c.adoc[removeAll](std::vector<PairHandle>* removed); ---- [.small]#xref:BloombergLP/bdlcc/SkipList-0a/removeAll-0c.adoc[_» more..._]# == Return Value the number of items that were removed == Parameters [cols="1,4"] |=== | Name| Description | *removed* | vector receiving references to removed pairs |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#