popBack overloads
Synopses
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();
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);
Return Value
the last item removed from this container
Parameters
Name |
Description |
item |
address at which to load the removed value |
Created with MrDocs