Previous: The memory_ostream
class, Up: Concrete ostream subclasses without styling [Contents][Index]
iconv_ostream
classThe iconv_ostream
class supports output to any destination. Its
type is ‘iconv_ostream_t’. It is a subclass of ‘ostream_t’
that adds no methods.
It can be instantiated through this function:
Creates an output stream that converts from from_encoding
to
to_encoding
, writing the result to destination
.
Note: The resulting stream must be closed before destination
can be closed.