wstringstream

Creates a type basic_stringstream specialized on a wchar_t template parameter.

typedef basic_stringstream<wchar_t> wstringstream;

Remarks

The type is a synonym for template class basic_stringstream, specialized for elements of type wchar_t.

Requirements

Header: <sstream>

Namespace: std

See Also

Reference

iostream Programming

iostreams Conventions