[#BloombergLP-bdlbb-BlobBuffer-operator_assign-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlbb_blob.h>` Assign to this blob buffer the value of the specified `rhs` blob buffer, and return a reference to this modifiable blob buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer]& xref:BloombergLP/bdlbb/BlobBuffer/operator_assign-08.adoc[operator=](xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer] const& rhs); ---- [.small]#xref:BloombergLP/bdlbb/BlobBuffer/operator_assign-08.adoc[_» more..._]# Assign to this object the value of the specified `rhs`, and return a reference providing modifiable access to this object. The contents of `rhs` are move‐assigned to this object. `rhs` is left in a valid but unspecified state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlbb/BlobBuffer.adoc[BlobBuffer]& xref:BloombergLP/bdlbb/BlobBuffer/operator_assign-02.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<BlobBuffer>] rhs); ---- [.small]#xref:BloombergLP/bdlbb/BlobBuffer/operator_assign-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#