[#BloombergLP-bdlbb-BlobUtil-append-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobUtil.adoc[BlobUtil]::append :relfileprefix: ../../../ :mrdocs: Append the specified `length` bytes starting from the specified `source` address to the specified `dest`. The behavior is undefined unless the range `[source, source + length)]` is valid memory, and `length <= dest‐>totalSize() ‐ dest‐>length()` or `0 != dest‐>factory()`. == Synopsis Declared in `<bdlbb_blobutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void append( xref:BloombergLP/bdlbb/Blob.adoc[Blob]* dest, char const* source, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#