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

◆ eof()

bool fl::istream::eof ( ) const
inline

Definition at line 118 of file istream.h.

118 {
119#if SKETCH_HAS_LOTS_OF_MEMORY
120 return real_stream_.eof();
121#else
122 return true; // Always EOF on memory-constrained platforms
123#endif
124 }

References fl::istream_real::eof().

+ Here is the call graph for this function: