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

◆ operator<<() [7/12]

template<typename Prx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
std::ostream & Ice::operator<< ( std::ostream & os,
const std::optional< Prx > & proxy )
inline

Outputs the stringified version of a proxy to a stream.

Template Parameters
PrxThe proxy type.
Parameters
osThe output stream.
proxyThe proxy to output.
Returns
The output stream.

Definition at line 719 of file Proxy.h.