[#BloombergLP-bdlc-PackedIntArray-08-insert-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArray-08.adoc[PackedIntArray<int>]::insert :relfileprefix: ../../../ :mrdocs: Insert into this array, at the specified `dst`, an element having the specified `value`, shifting any elements originally at or above `dst` up by one. Return an iterator to the newly inserted element. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/PackedIntArray-08/const_iterator.adoc[const_iterator] insert( xref:BloombergLP/bdlc/PackedIntArray-08/const_iterator.adoc[const_iterator] dst, int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#