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

◆ print()

template<typename T, StreamHelperCategory st>
void Ice::StreamHelper< T, st >::print ( std::ostream & stream,
T v )
static

Prints a value to the stream.

Parameters
streamThe stream.
vThe value to print.
Remarks
Each specialization chooses whether v is passed by value or by const reference.