BloombergLP::bdlcc::Queue::popBack

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

Synopsis

Declared in <bdlcc_queue.h>

void
popBack(TYPE* buffer);

Description

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

Parameters

NameDescription
bufferreceives the removed item