BloombergLP::bdld::ManagedDatum::operator=

Assignment operators

Synopses

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...

Return Value

non-const reference to this object

Parameters

NameDescription
rhsvalue to assign