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

◆ operator>>() [5/10]

istream & fl::istream::operator>> ( fl::i8 & n)
inline

Definition at line 149 of file istream.h.

149 {
150#if SKETCH_HAS_LARGE_MEMORY
151 mRealStream >> n;
152#else
153 // No-op on memory-constrained platforms
154 n = 0;
155#endif
156 return *this;
157 }

References istream().

+ Here is the call graph for this function: