prependDataBuffer overloads
Declared in <bdlbb_blob.h>
Insert the specified move-insertable buffer before the beginning.
void
prependDataBuffer(bslmf::MovableRef<BlobBuffer> buffer);
» more...
Insert the specified buffer before the beginning of this blob.
void
prependDataBuffer(BlobBuffer const& buffer);
» more...
| Name | Description |
|---|---|
| buffer | move-insertable blob buffer to prepend as data |