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

◆ writeAll() [3/5]

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

Writes an optional value (single element list) to the stream.

Template Parameters
TThe type of the value.
Parameters
tagsThe tag list. The last tag is used to marshal the value.
vThe value to marshal.

Definition at line 302 of file OutputStream.h.