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

◆ operator<<() [9/12]

std::ostream & Ice::operator<< ( std::ostream & os,
const Value & value )
inline

Outputs the description of a class instance to a stream.

This function calls Value::ice_print on value.

Parameters
osThe output stream.
valueThe class instance.
Returns
The output stream.

Definition at line 101 of file Value.h.