BloombergLP::bdlbb::Blob::insertBuffer

insertBuffer overloads

Synopses

Declared in <bdlbb_blob.h>

Insert the specified move-insertable buffer at the specified index.

void
insertBuffer(
    int index,
    bslmf::MovableRef<BlobBuffer> buffer);
» more...

Insert the specified buffer at the specified index in this blob.

void
insertBuffer(
    int index,
    BlobBuffer const& buffer);
» more...

Parameters

NameDescription
indexposition at which to insert buffer
buffermove-insertable blob buffer to insert