Append from offset in source onto dest (allocator unused).

Synopsis

Declared in <bdlbb_blobutil.h>

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

Description

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

Parameters

Name

Description

dest

destination blob

source

source blob

offset

starting byte offset in source

basicAllocator

unused allocator argument

Created with MrDocs