A class to provide for output file stream mechanisms.
Note: The basic_ofstream class supports writing to a file. It uses a basic_filebuf object to control the sequence. That object is represented here as basic_filebuf sb.
The
basic_ofstream class provides for mechanisms specific to output file streams.