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

◆ ice_facet()

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

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

Parameters
facetThe facet for the new proxy.
Returns
A proxy with the new facet.

Definition at line 559 of file Proxy.h.