iostream
A type basic_iostream specialized on char.
typedef basic_iostream<char, char_traits<char> > iostream;
Remarks
The type is a synonym for template class basic_iostream, specialized for elements of type char with default character traits.
Requirements
Header: <istream>
Namespace: std