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

◆ getline()

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

Definition at line 241 of file istream.h.

241 {
242#if SKETCH_HAS_LOTS_OF_MEMORY
243 real_stream_.getline(str);
244#else
245 // No-op on memory-constrained platforms
246 str.clear();
247#endif
248 return *this;
249 }

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

+ Here is the call graph for this function: