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

◆ eof()

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

Definition at line 113 of file istream.h.

113 {
114#if SKETCH_HAS_LARGE_MEMORY
115 return mRealStream.eof();
116#else
117 return true; // Always EOF on memory-constrained platforms
118#endif
119 }

References fl::istream_real::eof().

+ Here is the call graph for this function: