BloombergLP::bdlbb::Blob::operator=

Assignment operators

Synopses

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...

Return Value

  • a reference to this modifiable blob
  • a reference providing modifiable access to this object

Parameters

NameDescription
rhsblob to copy-assign from