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

◆ operator<<() [12/12]

std::ostream & Ice::operator<< ( std::ostream & os,
ReplyStatus value )

Outputs the enumerator name or underlying value of a ReplyStatus to a stream.

Parameters
osThe output stream.
valueThe value to output.
Returns
The output stream.