[#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 `value` at `dst` and return an iterator to it. == 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); ---- == Description 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. == Return Value iterator to the newly inserted element == Parameters [cols="1,4"] |=== | Name| Description | *dst* | iterator position at which to insert | *value* | element value to insert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#