BloombergLP::bdlbb::BlobBuffer::operator=

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);
» more...

Move-assign to this object the value of the specified rhs.

BlobBuffer&
operator=(bslmf::MovableRef<BlobBuffer> rhs);
» more...

Return Value

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

Parameters

NameDescription
rhsblob buffer to copy-assign from