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

◆ eof()

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

Definition at line 45 of file istream.h.

45{ return mPos >= mBufferLen && fl::available() == 0; }
fl::size mBufferLen
Definition istream.h:26
fl::size mPos
Definition istream.h:27
int available()

References fl::available(), mBufferLen, and mPos.

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

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