Remove from this array the elements starting from the specified dstFirst up to, but not including, the specified dstLast, shifting the elements of this array that are at or above dstLast to dstLast - dstFirst indices lower. Return an iterator to the new position of the element that was referred to by dstLast or end() if dstLast == end(). The behavior is undefined unless dstFirst <= dstLast.
Declared in <bdlc_packedintarray.h>
PackedIntArray<TYPE>::const_iterator
remove(
const_iterator dstFirst,
const_iterator dstLast);