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

◆ ice_fixed()

template<typename Prx, typename... Bases>
Prx Ice::Proxy< Prx, Bases >::ice_fixed ( ConnectionPtr connection) const
inlinenodiscard

Creates a proxy that is identical to this proxy, except it's a fixed proxy bound to the given connection.

Parameters
connectionThe fixed proxy connection.
Returns
A fixed proxy bound to the given connection.

Definition at line 141 of file Proxy.h.