BloombergLP::bdlbb::BlobUtil::append

Append a range from source onto dest (allocator unused).

Synopsis

Declared in <bdlbb_blobutil.h>

static
void
append(
    Blob* dest,
    Blob const& source,
    int offset,
    int length,
    bslma::Allocator* basicAllocator);

Description

See the corresponding non-deprecated append overload above. The allocator argument is unused.

Parameters

NameDescription
destdestination blob
sourcesource blob
offsetstarting byte offset in source
lengthnumber of bytes to append
basicAllocatorunused allocator argument