Remove the specified numBuffers starting at the specified index.
Declared in <bdlbb_blob.h>
void
removeBuffers(
int index,
int numBuffers);
Buffers at positions higher than index (if any) are shifted down by numBuffers index positions. The behavior is undefined unless 0 <= index, 0 <= numBuffers, and index + numBuffers <= numBuffers().
| Name | Description |
|---|---|
| index | starting position of buffers to remove |
| numBuffers | number of buffers to remove |