14.3.9.5 Return Values
If the Any
contains the specified type, this member
function assigns the value in the Any
object reference
to the output variable, Value
, and returns
CORBA_TRUE
. If the Any
object does not
contain the appropriate type, CORBA_FALSE
is
returned.
Parent topic: CORBA::Boolean CORBA::Any::operator>>=()