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

◆ fail()

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

Definition at line 110 of file istream.h.

110 {
111#if SKETCH_HAS_LOTS_OF_MEMORY
112 return real_stream_.fail();
113#else
114 return false; // Never fail on memory-constrained platforms
115#endif
116 }

References fl::istream_real::fail().

+ Here is the call graph for this function: