[#BloombergLP-bdlc-PackedIntArrayImp-02-insert-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArrayImp-02.adoc[PackedIntArrayImp<PackedIntArrayImp_Unsigned>]::insert :relfileprefix: ../../../ :mrdocs: Insert into this array, at the specified `dstIndex`, an element of specified `value`, shifting any elements originally at or above `dstIndex` up by one. The behavior is undefined unless `dstIndex <= length()`. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert( std::size_t dstIndex, xref:BloombergLP/bdlc/PackedIntArrayImp-02/ElementType.adoc[ElementType] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#