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

◆ write() [10/17]

void Ice::OutputStream::write ( const std::string & v,
bool convert = true )
inline

Writes a string to the stream.

Parameters
vThe string to marshal.
converttrue to process v through the narrow string converter (if not null), false to write v as-is.

Definition at line 532 of file OutputStream.h.