Assignment operators
Declared in <bdlbb_blob.h>
Assign to this blob buffer the value of the specified rhs blob buffer.
BlobBuffer&
operator=(BlobBuffer const& rhs);
» more...
Move-assign to this object the value of the specified rhs.
BlobBuffer&
operator=(bslmf::MovableRef<BlobBuffer> rhs);
» more...
| Name | Description |
|---|---|
| rhs | blob buffer to copy-assign from |