popBack overloads
Declared in <bdlcc_queue.h>
Remove the last item in this queue and return that item value. If this queue is empty, block until an item is available.
TYPE
popBack();
» more...
Remove the last item in this queue and load that item into the specified buffer. If this queue is empty, block until an item is available.
void
popBack(TYPE* buffer);
» more...