prependDataBuffer overloads

Synopses

Declared in <bdlbb_blob.h>

Insert the specified move‐insertable buffer before the beginning.

Insert the specified buffer before the beginning of this blob.

void
prependDataBuffer(BlobBuffer const& buffer);

Parameters

Name

Description

buffer

move‐insertable blob buffer to prepend as data

Created with MrDocs