[#BloombergLP-bdlcc-Deque-pushFront-08d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Deque.adoc[Deque]::pushFront :relfileprefix: ../../../ :mrdocs: `pushFront` overloads == Synopses Declared in `<bdlcc_deque.h>` Block until space in this container becomes available (see {`High‐Water Mark` Feature}), then append the specified move‐insertable `item` to the front of this container. `item` is left in a valid but unspecified state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/Deque/pushFront-0c.adoc[pushFront](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] item); ---- [.small]#xref:BloombergLP/bdlcc/Deque/pushFront-0c.adoc[_» more..._]# Block until space in this container becomes available (see {`High‐Water Mark` Feature}), then append the specified `item` to the front of this container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlcc/Deque/pushFront-08e.adoc[pushFront](TYPE const& item); ---- [.small]#xref:BloombergLP/bdlcc/Deque/pushFront-08e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#