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
Name |
Description |
dest |
destination blob |
source |
source blob |
offset |
starting byte offset in |
length |
number of bytes to append |
basicAllocator |
unused allocator argument |
Created with MrDocs