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);
Created with MrDocs