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

◆ read()

template<typename T, StreamHelperCategory st>
void Ice::StreamHelper< T, st >::read ( InputStream * stream,
T & v )
static

Reads a value from the stream.

Parameters
streamThe stream.
[out]vA reference to the value to read into.