Create a blob buffer representing the specified 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.
buffer
size
0 <= size
Declared in <bdlbb_blob.h>
<bdlbb_blob.h>
BlobBuffer( bsl::shared_ptr<char> const& buffer, int size);