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