prependDataBufferIfValid overloads
Declared in <bdlbb_blobutil.h>
Prepend a moved data buffer to dest if size limits allow.
static
int
prependDataBufferIfValid(
Blob* dest,
bslmf::MovableRef<BlobBuffer> buffer);
» more...
Prepend a data buffer to dest if size limits allow.
static
int
prependDataBufferIfValid(
Blob* dest,
BlobBuffer const& buffer);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| dest | destination blob |
| buffer | data buffer to move-prepend |