Remove the element from the front of this queue and return it's value. If the queue is empty, block until it is not empty.
Synopsis
Declared in <bdlcc_fixedqueue.h>
TYPE
popFront();
Return Value
the removed element value
Created with MrDocs