Remove from this array the element at the specified dstIndex.

Synopsis

Declared in <bdlc_compactedarray.h>

void
remove(std::size_t dstIndex);

Description

Each element having an index greater than dstIndex before the removal is shifted down by one index position. The behavior is undefined unless dstIndex < length().

Parameters

Name

Description

dstIndex

index of the element to remove

Created with MrDocs