Append a range from source onto dest (allocator unused).
Declared in <bdlbb_blobutil.h>
static
void
append(
Blob* dest,
Blob const& source,
int offset,
int length,
bslma::Allocator* basicAllocator);
See the corresponding non-deprecated append overload above. The allocator argument is unused.
| Name | Description |
|---|---|
| dest | destination blob |
| source | source blob |
| offset | starting byte offset in source |
| length | number of bytes to append |
| basicAllocator | unused allocator argument |