appendDataBuffer overloads
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...
| Name | Description |
|---|---|
| buffer | move-insertable blob buffer to append as data |