Assign to this object the value of the specified rhs.

Synopsis

Declared in <bdld_manageddatum.h>

ManagedDatum&
operator=(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

Name

Description

rhs

value to assign

Created with MrDocs