BloombergLP::bdlbb::Blob::operator=

Assign to this blob the value of the specified rhs blob.

Synopsis

Declared in <bdlbb_blob.h>

Blob&
operator=(Blob const& rhs);

Description

Return a reference to this modifiable blob.

Return Value

a reference to this modifiable blob

Parameters

NameDescription
rhsblob to copy-assign from