[#BloombergLP-bdld-ManagedDatum-operator_assign-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` object, and return a non‐`const` reference to this object. This operation performs a `clone` of the underlying `Datum`, see {Value Semantics} for more detail. == Synopsis Declared in `<bdld_manageddatum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum]& operator=(xref:BloombergLP/bdld/ManagedDatum.adoc[ManagedDatum] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#