Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a type from basic_ostream that is specialized on char and char_traits specialized on char.
typedef basic_ostream<char, char_traits<char> > ostream;
Remarks
The type is a synonym for template class basic_ostream, specialized for elements of type char with default character traits.
Requirements
Header: <ostream>
Namespace: std