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

◆ is_eof()

bool fl::detail::posix_filebuf::is_eof ( ) const
overridevirtual

Implements fl::filebuf.

Definition at line 162 of file file_handle.cpp.hpp.

162 {
163 return mFile ? (fl::feof(mFile) != 0) : false;
164}
int feof(FILE *file)
Check for end-of-file.
Definition file_io.h:279

References fl::feof(), and mFile.

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: