popFront overloads
Declared in <bdlcc_queue.h>
Remove the first item in this queue and return that item value. If the queue is empty, block until an item is available.
TYPE
popFront();
» more...
Remove the first item in this queue and load that item into buffer.
void
popFront(TYPE* buffer);
» more...
the removed item value
| Name | Description |
|---|---|
| buffer | receives the removed item |