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