std::basic_ifstream<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_ifstream when the stream object goes out of scope and is not usually invoked directly.
# Example
This section is incompleteReason: no example