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

◆ getline()

istream & fl::istream::getline ( string & str)
inline

Definition at line 236 of file istream.h.

236 {
237#if SKETCH_HAS_LARGE_MEMORY
238 mRealStream.getline(str);
239#else
240 // No-op on memory-constrained platforms
241 str.clear();
242#endif
243 return *this;
244 }

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

+ Here is the call graph for this function: