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

◆ operator>>() [5/10]

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

Definition at line 154 of file istream.h.

154 {
155#if SKETCH_HAS_LOTS_OF_MEMORY
156 real_stream_ >> n;
157#else
158 // No-op on memory-constrained platforms
159 n = 0;
160#endif
161 return *this;
162 }

References istream().

+ Here is the call graph for this function: