wostringstream class — Wide output string stream
typedef basic_ostringstream<wchar_t> wostringstream;
The wostringstream
class is
a specialization of the basic_ostringstream
template for wchar_t
characters.
basic_ostringstream class
template, ostringstream
class, wofstream
in <fstream>
, wostream
in <ostream>