Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ uncheckedCast() [2/4]

template<typename Prx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
Prx Ice::uncheckedCast ( const ObjectPrx & proxy,
std::string facet )

Creates a new proxy from an existing proxy.

Parameters
proxyThe source proxy.
facetA facet name.
Returns
A new proxy with the requested type and facet.
Remarks
This is a purely local operation.

Definition at line 66 of file ProxyFunctions.h.