3 out of 45 rated this helpful - Rate this topic

ifstream 

A type basic_ifstream specialized on char template parameters.


typedef basic_ifstream<char, char_traits<char> > ifstream;

The type is a synonym for template class basic_ifstream, specialized for elements of type char with default character traits.

Header: <fstream>

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ