[#BloombergLP-bdlbb-Blob-moveAndAppendDataBuffers] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::moveAndAppendDataBuffers :relfileprefix: ../../../ :mrdocs: Move the data buffers held by the specified `srcBlob` to this blob appending them to the current data buffers of this blob. The behavior is undefined unless the total size of the resulting blob and the total number of buffers in this blob are less than or equal to `INT_MAX`. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void moveAndAppendDataBuffers(xref:BloombergLP/bdlbb/Blob.adoc[Blob]* srcBlob); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#