Return the first item in this container and remove it. If this container is empty, block until an item is available.
Synopsis
Declared in <bdlcc_deque.h>
TYPE
popFront();
Return Value
the first item removed from this container
Created with MrDocs