[#BloombergLP-bdlbb-BlobBuffer-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer]::BlobBuffer :relfileprefix: ../../../ :mrdocs: Create a blob buffer representing the specified moveable `buffer` of the specified `size`. The behavior is undefined unless `0 <= size` and the `buffer` refers to a continuous block of memory of at least `size` bytes. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- BlobBuffer( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<bsl::shared_ptr<char>>] buffer, int size); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#