[#BloombergLP-bslalg-DequePrimitives-01-insertAndMoveToBack-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslalg.adoc[bslalg]::xref:BloombergLP/bslalg/DequePrimitives-01.adoc[DequePrimitives]::insertAndMoveToBack :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `insertAndMoveToBack`. == Synopsis Declared in `<bslalg_dequeprimitives.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOCATOR> static void insertAndMoveToBack( xref:BloombergLP/bslalg/DequePrimitives-01/Iterator.adoc[Iterator]* toEnd, xref:BloombergLP/bslalg/DequePrimitives-01/Iterator.adoc[Iterator] fromEnd, xref:BloombergLP/bslalg/DequePrimitives-01/Iterator.adoc[Iterator] position, xref:BloombergLP/bslalg/DequePrimitives-01/size_type.adoc[size_type] numElements, VALUE_TYPE const& value, ALLOCATOR allocator, xref:bsl/integral_constant-02.adoc[bsl::integral_constant<int, BSLALG_DEQUEPRIMITIVES_BITWISE_MOVEABLE_TRAITS>] traits); ---- == Parameters [cols="1,4"] |=== | Name| Description | *toEnd* | loads the end iterator after insertion | *fromEnd* | current end of the deque | *position* | insertion position within the deque | *numElements* | number of copies of `value` to insert | *value* | value copied into each inserted element | *allocator* | allocator passed to element constructors | *traits* | unused trait tag for overload resolution |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#