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);
Append the specified buffer after the last data buffer of this blob.
void
appendDataBuffer(BlobBuffer const& buffer);
Parameters
Name |
Description |
buffer |
move‐insertable blob buffer to append as data |
Created with MrDocs