[#BloombergLP-bdlcc-Queue-forcePushFront] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Queue.adoc[Queue]::forcePushFront :relfileprefix: ../../../ :mrdocs: Append `item` to the front, ignoring the high‐water mark. == Synopsis Declared in `<bdlcc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void forcePushFront(TYPE const& item); ---- == Description Append the specified `item` to the front of this queue without regard for the high‐water mark. Note that this method is provided to allow high priority items to be inserted when the queue is full (i.e., has a number of items greater than or equal to its high‐water mark); `pushFront` and `pushBack` should be used for general use. == Parameters [cols="1,4"] |=== | Name| Description | *item* | item to append |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#