class std::basic ifstream
From Cppwiki
- The correct title of this page is "class std::basic_ifstream". The displayed title is incorrect for technical or other reasons.
- This page is a stub. Please feel free to expand it. (list of stubs)
std::basic_ifstream is a stream type intended for use with file based storage. It provides members for opening files by name.
See also: std::basic_ofstream, std::basic_fstream, <fstream> header