BloombergLP::bdlbb::Blob::moveDataBuffers

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

NameDescription
srcBlobblob whose data buffers are moved into this blob