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();

Created with MrDocs