Append item to the front, ignoring the high‐water mark.

Synopsis

Declared in <bdlcc_deque.h>

void
forcePushFront(TYPE const& item);

Description

Append the specified item to the front of this container without regard for the high‐water mark. Note that this method is provided to allow high priority items to be inserted when the container is full; pushFront and pushBack should be used for general use.

Parameters

Name

Description

item

value to append

Created with MrDocs