appendBufferIfValid overloads
Synopses
Declared in <bdlbb_blobutil.h>
Append a moved capacity buffer to dest if size limits allow.
static
int
appendBufferIfValid(
Blob* dest,
bslmf::MovableRef<BlobBuffer> buffer);
Append a capacity buffer to dest if size limits allow.
static
int
appendBufferIfValid(
Blob* dest,
BlobBuffer const& buffer);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
dest |
destination blob |
buffer |
capacity buffer to move‐append |
Created with MrDocs