[#BloombergLP-bdlbb-BlobUtil-append-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::append :relfileprefix: ../../../ :mrdocs: Append a range from `source` onto `dest` (allocator unused). == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void append( xref:BloombergLP/bdlbb/Blob.adoc[Blob]* dest, xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& source, int offset, int length, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- == Description See the corresponding non‐deprecated `append` overload above. The allocator argument is unused. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | destination blob | *source* | source blob | *offset* | starting byte offset in `source` | *length* | number of bytes to append | *basicAllocator* | unused allocator argument |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#