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