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

◆ is_open()

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

Definition at line 367 of file fstream.h.

367 {
368 return mHandle && mHandle->is_open();
369 }
filebuf_ptr mHandle
Definition fstream.h:301

References mHandle.