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

◆ error_message()

const char * fl::ifstream::error_message ( ) const

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

95 {
96 if (!mHandle) {
97 return "No handle";
98 }
99 return mHandle->error_message();
100}
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.