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

◆ proxyToString()

std::string Ice::Communicator::proxyToString ( const std::optional< ObjectPrx > & obj) const

Converts a proxy into a string.

Parameters
objThe proxy to convert into a stringified proxy.
Returns
The stringified proxy, or an empty string if obj is nullopt.
See also
stringToProxy