BloombergLP::bdlbb::BlobBuffer::buffer

buffer overloads

Synopses

Declared in <bdlbb_blob.h>

Return a reference to the shared pointer to the modifiable buffer represented by this object.

bsl::shared_ptr<char>&
buffer();
» more...

Return a reference to the non-modifiable shared pointer to the buffer represented by this object.

bsl::shared_ptr<char> const&
buffer() const;
» more...