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

◆ operator>>() [3/10]

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

Definition at line 174 of file istream.h.

174 {
175#if SKETCH_HAS_LOTS_OF_MEMORY
176 real_stream_ >> n;
177#else
178 // No-op on memory-constrained platforms
179 n = 0;
180#endif
181 return *this;
182 }

References istream().

+ Here is the call graph for this function: