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

◆ readAll() [4/4]

template<typename T, typename... Te>
void Ice::InputStream::readAll ( T & v,
Te &... ve )
inline

Reads a list of values from the stream.

Template Parameters
TThe type of the first value.
TeThe types of the remaining values.
Parameters
[out]vThe first unmarshaled value
[out]veThe remaining unmarshaled values.

Definition at line 325 of file InputStream.h.