BloombergLP::bdlbb::Blob::appendBuffer

appendBuffer overloads

Synopses

Declared in <bdlbb_blob.h>

Append the specified move-insertable buffer after the last buffer.

void
appendBuffer(bslmf::MovableRef<BlobBuffer> buffer);
» more...

Append the specified buffer after the last buffer of this blob.

void
appendBuffer(BlobBuffer const& buffer);
» more...

Parameters

NameDescription
buffermove-insertable blob buffer to append