[#BloombergLP-bdlcc-Deque-forcePushBack-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Deque.adoc[Deque]::forcePushBack :relfileprefix: ../../../ :mrdocs: Append the specified move‐insertable `item` to the back of this container without regard for the high‐water mark. `item` is left in a valid but unspecified state. 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. == Synopsis Declared in `<bdlcc_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void forcePushBack(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] item); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#