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

Synopsis

Declared in <bdlbb_blob.h>

BlobBuffer&
operator=(BlobBuffer const& rhs);

Description

Return a reference to this modifiable blob buffer.

Return Value

a reference to this modifiable blob buffer

Parameters

Name

Description

rhs

blob buffer to copy‐assign from

Created with MrDocs