insertBuffer overloads
Declared in <bdlbb_blob.h>
Insert the specified move-insertable buffer at the specified index.
void
insertBuffer(
int index,
bslmf::MovableRef<BlobBuffer> buffer);
» more...
Insert the specified buffer at the specified index in this blob.
void
insertBuffer(
int index,
BlobBuffer const& buffer);
» more...
| Name | Description |
|---|---|
| index | position at which to insert buffer |
| buffer | move-insertable blob buffer to insert |