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

◆ error()

int fl::ifstream::error ( ) const

Definition at line 88 of file fstream.cpp.hpp.

88 {
89 if (!mHandle) {
91 }
92 return mHandle->error_code();
93}
filebuf_ptr mHandle
Definition fstream.h:50
constexpr int err_bad_file
Definition file_io.h:45

References fl::io::err_bad_file, and mHandle.