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

◆ operator<<() [11/12]

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

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

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