|
filebuf::is_openpublic member function
bool is_open ( ); Check if a file is open The function returns true if a previous call to open succeeded and there have been no calls to the member close since, meaning that the filebuf object is currently associated with a file.ParametersnoneReturn Valuetrue if a file is open, i.e. associated to this stream buffer object.false otherwise. Example
Basic template member declaration( basic_filebuf<charT,traits> )
See also
|