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

◆ read() [2/5]

template<typename T>
void Ice::InputStream::read ( std::int32_t tag,
T & v )

Reads an optional value from the stream.

Template Parameters
TThe type of the value to read.
Parameters
tagThe tag.
[out]vThe unmarshaled value.