Append item to the front of this queue.

Synopsis

Declared in <bdlcc_queue.h>

void
pushFront(TYPE const& item);

Description

Append the specified item to the front of this queue. If the high‐water mark is non‐negative and the number of items in this queue is greater than or equal to the high‐water mark, then block until the number of items in this queue is less than the high‐water mark.

Parameters

Name

Description

item

item to append

Created with MrDocs