wostringstream

Creates a type basic_ostringstream specialized on a wchar_t template parameter.

typedef basic_ostringstream<wchar_t> wostringstream;

Remarks

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

Requirements

Header: <sstream>

Namespace: std

See Also

Concepts

<sstream> Members

iostream Programming

iostreams Conventions