Create a blob buffer by moving from the specified original object.
Synopsis
Declared in <bdlbb_blob.h>
BlobBuffer(bslmf::MovableRef<BlobBuffer> original) noexcept;
Description
Create a blob buffer object having the same value as the specified original object by moving the contents of original to the newly‐created object. original is left in a valid but unspecified state.
Parameters
Name |
Description |
original |
blob buffer to move from |
Created with MrDocs