Assignment operators
Synopses
Declared in <bdld_manageddatum.h>
Assign to this object the value of the specified rhs.
ManagedDatum&
operator=(ManagedDatum const& rhs);
Assign to this object the value of the specified rhs object.
Return Value
non‐`const` reference to this object
Parameters
Name |
Description |
rhs |
value to assign |
Created with MrDocs