[#BloombergLP-bdlcc-Deque-pushBack-07] = 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 `item` to the back of this container. == Synopsis Declared in `<bdlcc_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void pushBack(TYPE const& item); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#