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

Name

Description

rhs

blob to copy‐assign from

Created with MrDocs