Same as the preceding overload, appending removed items to buffer.
Declared in <bdlcc_queue.h>
void
tryPopFront(
int maxNumItems,
std::pmr::vector<TYPE>* buffer);
| Name | Description |
|---|---|
| maxNumItems | maximum number of items to remove |
| buffer | vector that receives the removed items |