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.
A type basic_istream specialized on char.
typedef basic_istream<char, char_traits<char> > istream;
Remarks
The type is a synonym for template class basic_istream, specialized for elements of type char with default character traits.
Requirements
Header: <istream>
Namespace: std