Remove the element from the front of this queue and load that element into the specified value. If the queue is empty, block until it is not empty.
Synopsis
Declared in <bdlcc_fixedqueue.h>
void
popFront(TYPE* value);
Parameters
Name |
Description |
value |
receives the removed element |
Created with MrDocs