Name

wstringstream class — Wide input and output string stream

Synopsis

typedef basic_stringstream<wchar_t> wstringstream;

The wstringstream class is a specialization of the basic_stringstream template for wchar_t characters.