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

◆ operator>>() [7/10]

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

Definition at line 159 of file istream.h.

159 {
160#if SKETCH_HAS_LARGE_MEMORY
161 mRealStream >> n;
162#else
163 // No-op on memory-constrained platforms
164 n = 0;
165#endif
166 return *this;
167 }

References istream().

+ Here is the call graph for this function: