insertBuffer overloads

Synopses

Declared in <bdlbb_blob.h>

Insert the specified move‐insertable buffer at the specified index.

void
insertBuffer(
    int index,
    bslmf::MovableRef<BlobBuffer> buffer);

Insert the specified buffer at the specified index in this blob.

void
insertBuffer(
    int index,
    BlobBuffer const& buffer);

Parameters

Name

Description

index

position at which to insert buffer

buffer

move‐insertable blob buffer to insert

Created with MrDocs