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

◆ operator>>() [4/10]

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

Definition at line 179 of file istream.h.

179 {
180#if SKETCH_HAS_LARGE_MEMORY
181 mRealStream >> n;
182#else
183 // No-op on memory-constrained platforms
184 n = 0;
185#endif
186 return *this;
187 }

References istream().

+ Here is the call graph for this function: