popBack overloads

Synopses

Declared in <bdlcc_queue.h>

Remove the last item in this queue and return that item value. If this queue is empty, block until an item is available.

TYPE
popBack();

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

void
popBack(TYPE* buffer);

Return Value

the removed item value

Parameters

Name

Description

buffer

receives the removed item

Created with MrDocs