| std::optional< Prx > Ice::checkedCast | ( | const std::optional< ObjectPrx > & | proxy, |
| std::string | facet, | ||
| 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). |
| facet | A facet name. |
| context | The request context. |
Definition at line 139 of file ProxyFunctions.h.