appendBuffer overloads
Synopses
Declared in <bdlbb_blob.h>
Append the specified move‐insertable buffer after the last buffer.
void
appendBuffer(bslmf::MovableRef<BlobBuffer> buffer);
Append the specified buffer after the last buffer of this blob.
void
appendBuffer(BlobBuffer const& buffer);
Parameters
Name |
Description |
buffer |
move‐insertable blob buffer to append |
Created with MrDocs