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

◆ ice_compress()

template<typename Prx, typename... Bases>
Prx Ice::Proxy< Prx, Bases >::ice_compress ( bool b) const
inlinenodiscard

Creates a proxy that is identical to this proxy, except for its compression setting which overrides the compression setting from the proxy endpoints.

Parameters
btrue enables compression for the new proxy, false disables compression.
Returns
A proxy with the specified compression override setting.

Definition at line 87 of file Proxy.h.