The Microsoft Input/Output Stream Classes (iostream.hlp) (Table of Contents; Topic list)
ofstream::is_open
ofstream                                    Up Contents Index Back
──The Microsoft iostream Classes────────────────────────────────────────────
 
  int is_open() const;
 
  Remarks
 
  Returns a nonzero value if this stream is attached to an open disk file
  identified by a file descriptor; otherwise 0.
 
  See Also
 
  filebuf::is_open, ofstream::open, ofstream::close
 
 
                                     -♦-