appendDataBufferIfValid overloads

Synopses

Declared in <bdlbb_blobutil.h>

Append a moved data buffer to dest if size limits allow.

Append a data buffer to dest if size limits allow.

static
int
appendDataBufferIfValid(
    Blob* dest,
    BlobBuffer const& buffer);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

dest

destination blob

buffer

data buffer to move‐append

Created with MrDocs