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.
dst
value
Declared in <bdlc_packedintarray.h>
<bdlc_packedintarray.h>
const_iterator insert( const_iterator dst, int value);