[#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`. == 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); ---- == Description 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. == Return Value non‐`const` reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | value to assign |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#