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

◆ operator>>() [3/10]

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

Definition at line 169 of file istream.h.

169 {
170#if SKETCH_HAS_LARGE_MEMORY
171 mRealStream >> n;
172#else
173 // No-op on memory-constrained platforms
174 n = 0;
175#endif
176 return *this;
177 }

References istream().

+ Here is the call graph for this function: