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