wostringstream
Creates a type basic_ostringstream specialized on a wchar_t template parameter.
typedef basic_ostringstream<wchar_t> wostringstream;
설명
The type is a synonym for template class basic_ostringstream, specialized for elements of type wchar_t.
요구 사항
Header: <sstream>
네임스페이스: std