Remove the last item in this queue and return that item value. If this queue is empty, block until an item is available.
Synopsis
Declared in <bdlcc_queue.h>
TYPE
popBack();
Return Value
the removed item value
Created with MrDocs