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

◆ operator>>() [6/10]

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

Definition at line 194 of file istream.h.

194 {
195#if SKETCH_HAS_LOTS_OF_MEMORY
196 real_stream_ >> n;
197#else
198 // No-op on memory-constrained platforms
199 n = 0;
200#endif
201 return *this;
202 }

References istream().

+ Here is the call graph for this function: