std::optional< Prx > Ice::checkedCast | ( | const std::optional< ObjectPrx > & | proxy, |
const Context & | context = noExplicitContext ) |
Creates a new proxy from an existing proxy after confirming the target object's type via a remote invocation.
proxy | The source proxy (can be nullopt). |
context | The request context. |
Definition at line 113 of file ProxyFunctions.h.