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

◆ operator>>() [9/10]

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

Definition at line 134 of file istream.h.

134 {
135#if SKETCH_HAS_LOTS_OF_MEMORY
136 real_stream_ >> str;
137#else
138 // No-op on memory-constrained platforms
139 str.clear();
140#endif
141 return *this;
142 }

References istream(), and fl::StrN< SIZE >::clear().

+ Here is the call graph for this function: