popBack overloads
Declared in <bdlcc_deque.h>
Return the last item in this container and remove it. If this container is empty, block until an item is available.
TYPE
popBack();
» more...
Remove the last item in this container and load that item into the specified *item. If this container is empty, block until an item is available.
void
popBack(TYPE* item);
» more...
the last item removed from this container
| Name | Description |
|---|---|
| item | address at which to load the removed value |