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

◆ operator>>() [6/10]

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

Definition at line 189 of file istream.h.

189 {
190#if SKETCH_HAS_LARGE_MEMORY
191 mRealStream >> n;
192#else
193 // No-op on memory-constrained platforms
194 n = 0;
195#endif
196 return *this;
197 }

References istream().

+ Here is the call graph for this function: