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
}
fl::ifstream::mHandle
filebuf_ptr mHandle
Definition
fstream.h:50
References
mHandle
.
fl
ifstream
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2