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

◆ operator>>() [4/10]

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

Definition at line 184 of file istream.h.

184 {
185#if SKETCH_HAS_LOTS_OF_MEMORY
186 real_stream_ >> n;
187#else
188 // No-op on memory-constrained platforms
189 n = 0;
190#endif
191 return *this;
192 }

References istream().

+ Here is the call graph for this function: