14.3.7.4 Description
This extraction member function performs type-safe extractions.
If the Any
object contains the specified type, this
member function assigns the pointer of the Any
to the
output reference value, Value
, and
CORBA_TRUE
is returned. If the Any
does
not contain the appropriate type, CORBA_FALSE
is
returned. The caller must not attempt to release or delete the
storage because it is owned and managed by the Any
object. The Value
argument is a reference to the
relevant object that receives the output of the value contained in
the Any
object. If the Any
object does
not contain the appropriate type, the value remains unchanged.
Parent topic: CORBA::Boolean CORBA::Any::operator>>=()