14.3.5.4 Description
This is the assignment operator for the Any
class.
Memory management of this member function is determined by the
current value of the Release
flag. The current value
of the Release
flag determines whether the current
memory is released before the assignment. If the current
Release
flag is CORBA_TRUE
, the Any
releases any value previously held; if the current Release flag is
CORBA_FALSE
, the Any
does not release any
value previously held.