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

◆ fail()

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

Definition at line 105 of file istream.h.

105 {
106#if SKETCH_HAS_LARGE_MEMORY
107 return mRealStream.fail();
108#else
109 return false; // Never fail on memory-constrained platforms
110#endif
111 }

References fl::istream_real::fail().

+ Here is the call graph for this function: