appendDataBufferIfValid overloads
Declared in <bdlbb_blobutil.h>
Append a moved data buffer to dest if size limits allow.
static
int
appendDataBufferIfValid(
Blob* dest,
bslmf::MovableRef<BlobBuffer> buffer);
» more...
Append a data buffer to dest if size limits allow.
static
int
appendDataBufferIfValid(
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-append |