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