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

◆ operator<<() [2/12]

std::ostream & Ice::operator<< ( std::ostream & os,
const Exception & exception )
inline

Outputs a description of an Ice exception to a stream by calling Exception::ice_print on this exception.

Parameters
osThe output stream.
exceptionThe exception to describe.
Returns
The output stream.

Definition at line 49 of file Exception.h.