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

◆ write()

template<typename T, StreamHelperCategory st>
void Ice::StreamHelper< T, st >::write ( OutputStream * stream,
T v )
static

Writes a value to the stream.

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