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.
istream
typedef basic_istream<char, char_traits<char> > istream;
The type is a synonym for template class basic_istream
, specialized for elements of type char with default character traits.