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

◆ eof()

bool fl::istream_real::eof ( ) const
inline

Definition at line 50 of file istream.h.

50{ return pos_ >= buffer_len_ && fl::available() == 0; }
fl::size buffer_len_
Definition istream.h:31
fl::size pos_
Definition istream.h:32
int available()
Definition io.cpp:117

References fl::available(), buffer_len_, and pos_.

Referenced by fl::istream::eof().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: