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

◆ good()

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

Definition at line 97 of file istream.h.

97 {
98#if SKETCH_HAS_LARGE_MEMORY
99 return mRealStream.good();
100#else
101 return true; // Always good on memory-constrained platforms
102#endif
103 }

References good(), and fl::istream_real::good().

Referenced by good().

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