BloombergLP::bdlbb::Blob::appendDataBuffer

appendDataBuffer overloads

Synopses

Declared in <bdlbb_blob.h>

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

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

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

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

Parameters

NameDescription
buffermove-insertable blob buffer to append as data