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

◆ writeAll() [2/5]

template<typename T, typename... Te>
void Ice::OutputStream::writeAll ( const T & v,
const Te &... ve )
inline

Writes a list of values to the stream.

Template Parameters
TThe type of the first value.
TeThe types of the remaining values.
Parameters
vThe first value to marshal.
veThe remaining values.

Definition at line 292 of file OutputStream.h.