std::basic_ofstream<CharT,Traits>::close
Min standard notice:
Closes the associated file.
# Declarations
void close();
# Return value
(none)
# Notes
This function is called by the destructor of basic_ofstream when the stream object goes out of scope and is not usually invoked directly.
# Example
This section is incompleteReason: no example