wistringstream
Creates a type basic_istringstream specialized on a wchar_t template parameter.
typedef basic_istringstream<wchar_t> wistringstream;
Remarks
The type is a synonym for template class basic_istringstream, specialized for elements of type wchar_t.
Requirements
Header: <sstream>
Namespace: std