BloombergLP::bdlbb::BlobUtil::append

Append the specified length bytes to the specified dest, all new bytes are to be set to the specified fill. The behavior is undefined unless length <= dest->totalSize() - dest->length() or 0 != dest->factory().

Synopsis

Declared in <bdlbb_blobutil.h>

static
void
append(
    Blob* dest,
    int length,
    char fill);