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

◆ operator>>() [9/10]

istream_real & fl::istream_real::operator>> ( string & str)

Definition at line 204 of file istream.cpp.

204 {
205 if (!readToken(str)) {
206 failed_ = true;
207 }
208 return *this;
209}
bool readToken(string &token)
Definition istream.cpp:173

References istream_real(), failed_, and readToken().

+ Here is the call graph for this function: