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

◆ operator>>() [7/10]

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

Definition at line 164 of file istream.h.

164 {
165#if SKETCH_HAS_LOTS_OF_MEMORY
166 real_stream_ >> n;
167#else
168 // No-op on memory-constrained platforms
169 n = 0;
170#endif
171 return *this;
172 }

References istream().

+ Here is the call graph for this function: