BloombergLP::bdlc::PackedIntArray<int>::insert

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>

const_iterator
insert(
    const_iterator dst,
    int value);