Remove the first item in this container and load that item into the specified *item. If the container is empty, block until an item is available.
Synopsis
Declared in <bdlcc_deque.h>
void
popFront(TYPE* item);
Parameters
Name |
Description |
item |
address at which to load the removed value |
Created with MrDocs