Remove numElements starting at dstIndex.
Synopsis
Declared in <bdlc_packedintarray.h>
void
remove(
std::size_t dstIndex,
std::size_t numElements);
Description
Remove from this array, starting at the specified dstIndex, the specified numElements. Shift the elements of this array that are at dstIndex + numElements or above to numElements indices lower. The behavior is undefined unless dstIndex + numElements <= length().
Parameters
Name |
Description |
dstIndex |
first index to remove |
numElements |
number of elements to remove |
Created with MrDocs