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

◆ operator>>() [9/10]

istream & fl::istream::operator>> ( string & str)
inline

Definition at line 129 of file istream.h.

129 {
130#if SKETCH_HAS_LARGE_MEMORY
131 mRealStream >> str;
132#else
133 // No-op on memory-constrained platforms
134 str.clear();
135#endif
136 return *this;
137 }

References istream(), and fl::basic_string::clear().

+ Here is the call graph for this function: