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

◆ operator>>() [1/10]

istream & fl::istream::operator>> ( char & c)
inline

Definition at line 144 of file istream.h.

144 {
145#if SKETCH_HAS_LOTS_OF_MEMORY
146 real_stream_ >> c;
147#else
148 // No-op on memory-constrained platforms
149 c = '\0';
150#endif
151 return *this;
152 }

References istream().

+ Here is the call graph for this function: