[#BloombergLP-bdlc-PackedIntArray-0b-insert-0ba] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArray-0b.adoc[PackedIntArray]::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-0b/const_iterator.adoc[PackedIntArray<TYPE>::const_iterator] insert( xref:BloombergLP/bdlc/PackedIntArray-0b/const_iterator.adoc[const_iterator] dst, TYPE value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#