Assignment operators
Declared in <bdld_manageddatum.h>
Assign to this object the value of the specified rhs.
ManagedDatum&
operator=(ManagedDatum const& rhs);
» more...
Assign to this object the value of the specified rhs object.
ManagedDatum&
operator=(bslmf::MovableRef<ManagedDatum> rhs);
» more...
non-const reference to this object
| Name | Description |
|---|---|
| rhs | value to assign |