Append item to the back, ignoring the high-water mark.
Declared in <bdlcc_deque.h>
void
forcePushBack(TYPE const& item);
Append the specified item to the back 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.
| Name | Description |
|---|---|
| item | value to append |