Replace this blob's buffers by moving the data buffers from srcBlob.
Synopsis
Declared in <bdlbb_blob.h>
void
moveDataBuffers(Blob* srcBlob);
Description
Remove all blob buffers from this blob and move the data buffers held by the specified srcBlob to this blob.
Parameters
Name |
Description |
srcBlob |
blob whose data buffers are moved into this blob |
Created with MrDocs