The
class template
basic_fstream<charT, traits>
supports reading and writing from named files
. It uses a
basic_filebuf<charT, traits>
object to control the associated sequences
. For the sake of exposition, the maintained data is presented here as:
- sb, the basic_filebuf object.