Insert value at dst and return an iterator to it.
Declared in <bdlc_packedintarray.h>
PackedIntArray<TYPE>::const_iterator
insert(
const_iterator dst,
TYPE value);
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.
iterator to the newly inserted element
| Name | Description |
|---|---|
| dst | iterator position at which to insert |
| value | element value to insert |