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

◆ write() [15/17]

template<typename T>
void Ice::OutputStream::write ( std::int32_t tag,
const std::optional< T > & v )

Writes an optional value to the stream.

Template Parameters
TThe type of the value to marshal.
Parameters
tagThe tag.
vThe value to marshal.