FastLED 3.9.15
Loading...
Searching...
No Matches

◆ is_open()

bool fl::ofstream::is_open ( ) const
inline

Definition at line 270 of file fstream.h.

270 {
271 return mHandle && mHandle->is_open();
272 }
filebuf_ptr mHandle
Definition fstream.h:209

References mHandle.