[#BloombergLP-bdlcc-Queue-forcePushFront] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Queue.adoc[Queue]::forcePushFront :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlcc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void forcePushFront(TYPE const& item); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#