Remove the specified numBuffers starting at the specified index from this blob. 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().

Synopsis

Declared in <bdlbb_blob.h>

void
removeBuffers(
    int index,
    int numBuffers);

Created with MrDocs