void Ice::print | ( | std::ostream & | stream, |
T | v ) |
Prints a value to a stream.
T | The type of the value. It's either built-in Slice type or a type generated by the Slice compiler. |
stream | The stream. |
v | The value to print. |
v
is passed by value or by const reference.