[#BloombergLP-bdlcc-TimeQueue-091-removeAll] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/TimeQueue-091.adoc[TimeQueue<function<void()>>]::removeAll :relfileprefix: ../../../ :mrdocs: Remove all the items from this queue. Optionally specify a `removedItems` vector in which to load the removed items. The resultant items in the `buffer` are ordered by increasing time interval; items of equivalent time interval have arbitrary ordering. Note that the allocator of the `removedItems` vector is used to supply memory. == Synopsis Declared in `<bdlcc_timequeue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeAll(xref:bsl/vector-00d.adoc[bsl::vector<TimeQueueItem<function<void()>>>]* removedItems = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#