[#BloombergLP-bdlcc-Deque-forcePushBack-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Deque.adoc[Deque]::forcePushBack :relfileprefix: ../../../ :mrdocs: Append the specified specified range `[begin .. end)]` of items to the back of this container without regard for the high‐water mark. Note that the items in the range are treated as `const` objects, copied without being modified. == Synopsis Declared in `<bdlcc_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITER> void forcePushBack( INPUT_ITER begin, INPUT_ITER end); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#