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

◆ good()

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

Definition at line 102 of file istream.h.

102 {
103#if SKETCH_HAS_LOTS_OF_MEMORY
104 return real_stream_.good();
105#else
106 return true; // Always good on memory-constrained platforms
107#endif
108 }

References fl::istream_real::good().

+ Here is the call graph for this function: