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

◆ write() [11/17]

void Ice::OutputStream::write ( const std::string * begin,
const std::string * end,
bool convert = true )

Writes a string sequence to the stream.

Parameters
beginThe beginning of the sequence.
endThe end of the sequence.
converttrue to process the strings through the narrow string converter (if not null), false to write the strings as-is.