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

◆ ice_identity()

template<typename Prx = ObjectPrx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
Prx Ice::ObjectPrx::ice_identity ( Ice::Identity id) const
inlinenodiscard

Creates a proxy that is identical to this proxy, except for the identity.

Parameters
idThe identity for the new proxy.
Returns
A proxy with the new identity.

Definition at line 542 of file Proxy.h.