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
) {
90
return
fl::io::err_bad_file
;
91
}
92
return
mHandle
->error_code();
93
}
fl::ifstream::mHandle
filebuf_ptr mHandle
Definition
fstream.h:50
fl::io::err_bad_file
constexpr int err_bad_file
Definition
file_io.h:45
References
fl::io::err_bad_file
, and
mHandle
.
fl
ifstream
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2