std::basic_ifstream
std::basic_ifstream
Defined in header <fstream> | ||
---|---|---|
template< class CharT, class Traits = std::char_traits<CharT> > class basic_ifstream : public std::basic_istream<CharT, Traits> |
The class template basic_ifstream
implements high-level input operations on file based streams. It interfaces a file-based streambuffer (std::basic_filebuf
) with the high-level interface of (std::basic_ist