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

◆ writeAll() [4/5]

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

Writes a list of optional values to the stream.

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

Definition at line 315 of file OutputStream.h.