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
T
The type of the first value.
Te
The types of the remaining values.
Parameters
tags
The tag list.
v
The first value to marshal.
ve
The remaining values.
Definition at line
315
of file
OutputStream.h
.
Ice
OutputStream
Generated by
1.14.0