BloombergLP::bdlbb::Blob::Blob

Create a blob object having the same value as the specified original object by moving the contents of original to the newly-created object. The allocator associated with original is propagated for use in the newly-created object. original is left in a valid but unspecified state.

Synopsis

Declared in <bdlbb_blob.h>

Blob(bslmf::MovableRef<Blob> original) noexcept;