Change the value of the element at the specified dstIndex in this array to the specified value. The behavior is undefined unless dstIndex < length().
dstIndex
value
dstIndex < length()
Declared in <bdlc_packedintarray.h>
<bdlc_packedintarray.h>
void replace( std::size_t dstIndex, int value);