[#BloombergLP-bdlcc-Queue-removeAll-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Queue.adoc[Queue]::removeAll :relfileprefix: ../../../ :mrdocs: `removeAll` overloads == Synopses Declared in `<bdlcc_queue.h>` Remove all items from this queue. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/Queue/removeAll-03.adoc[removeAll](); ---- [.small]#xref:BloombergLP/bdlcc/Queue/removeAll-03.adoc[_» more..._]# Same as the preceding overload, loading removed items into `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/Queue/removeAll-0a.adoc[removeAll](xref:bsl/vector-00d.adoc[bsl::vector<TYPE>]* buffer); ---- [.small]#xref:BloombergLP/bdlcc/Queue/removeAll-0a.adoc[_» more..._]# Same as the preceding overload, loading removed items into `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/Queue/removeAll-0d.adoc[removeAll](std::pmr::vector<TYPE>* buffer); ---- [.small]#xref:BloombergLP/bdlcc/Queue/removeAll-0d.adoc[_» more..._]# Same as the preceding overload, loading removed items into `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/Queue/removeAll-0b.adoc[removeAll](std::vector<TYPE>* buffer); ---- [.small]#xref:BloombergLP/bdlcc/Queue/removeAll-0b.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | vector that receives the removed items |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#