[#BloombergLP-bdlbb-Blob-moveBuffers] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::moveBuffers :relfileprefix: ../../../ :mrdocs: Remove all blob buffers from this blob and move the buffers held by the specified `srcBlob` to this blob. Note that this method is logically equivalent to: ` *this = *srcBlob; srcBlob‐>removeAll(); ` but its implementation is more efficient. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void moveBuffers(xref:BloombergLP/bdlbb/Blob.adoc[Blob]* srcBlob); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#