[#BloombergLP-bdlbb-Blob-moveAndAppendDataBuffers] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::moveAndAppendDataBuffers :relfileprefix: ../../../ :mrdocs: Append to this blob by moving the data buffers held by `srcBlob`. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void moveAndAppendDataBuffers(xref:BloombergLP/bdlbb/Blob.adoc[Blob]* srcBlob); ---- == Description 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`. == Parameters [cols="1,4"] |=== | Name| Description | *srcBlob* | blob whose data buffers are moved and appended |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#