BloombergLP::bdlcc::Queue::removeAll

removeAll overloads

Synopses

Declared in <bdlcc_queue.h>

Remove all items from this queue.

void
removeAll();
» more...

Same as the preceding overload, loading removed items into buffer.

void
removeAll(bsl::vector<TYPE>* buffer);
» more...

Same as the preceding overload, loading removed items into buffer.

void
removeAll(std::pmr::vector<TYPE>* buffer);
» more...

Same as the preceding overload, loading removed items into buffer.

void
removeAll(std::vector<TYPE>* buffer);
» more...

Parameters

NameDescription
buffervector that receives the removed items