Assignment operators
Synopses
Declared in <bdlbb_blob.h>
Assign to this blob buffer the value of the specified rhs blob buffer.
BlobBuffer&
operator=(BlobBuffer const& rhs);
Move‐assign to this object the value of the specified rhs.
Return Value
-
a reference to this modifiable blob buffer
-
a reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
blob buffer to copy‐assign from |
Created with MrDocs