BloombergLP::bdlcc::Queue::popFront

Remove the first item in this queue and load that item into buffer.

Synopsis

Declared in <bdlcc_queue.h>

void
popFront(TYPE* buffer);

Description

Remove the first item in this queue and load that item into the specified buffer. If the queue is empty, block until an item is available.

Parameters

NameDescription
bufferreceives the removed item