removeAll overloads
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...
| Name | Description |
|---|---|
| buffer | vector that receives the removed items |