[#BloombergLP-bdlbb-Blob-operator_assign-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::operator= :relfileprefix: ../../../ :mrdocs: Assignment operators == Synopses Declared in `<bdlbb_blob.h>` Assign to this blob the value of the specified `rhs` blob, and return a reference to this modifiable blob. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlbb/Blob.adoc[Blob]& xref:BloombergLP/bdlbb/Blob/operator_assign-0a.adoc[operator=](xref:BloombergLP/bdlbb/Blob.adoc[Blob] const& rhs); ---- [.small]#xref:BloombergLP/bdlbb/Blob/operator_assign-0a.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/Blob.adoc[Blob]& xref:BloombergLP/bdlbb/Blob/operator_assign-08.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<Blob>] rhs); ---- [.small]#xref:BloombergLP/bdlbb/Blob/operator_assign-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#