typedef basic_ostream<wchar_t, char_traits<wchar_t> > wostream;
The type is a synonym for template class basic_ostream, specialized for elements of type wchar_t with default character traits.
basic_ostream
wchar_t