popFront overloads

Synopses

Declared in <bdlcc_deque.h>

Return the first item in this container and remove it. If this container is empty, block until an item is available.

TYPE
popFront();

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.

void
popFront(TYPE* item);

Return Value

the first item removed from this container

Parameters

Name

Description

item

address at which to load the removed value

Created with MrDocs