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

◆ bytes_left()

fl::size_t fl::ifstream::bytes_left ( ) const
inline

Definition at line 151 of file fstream.h.

151 {
152 return mHandle ? mHandle->bytes_left() : 0;
153 }
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.

Referenced by bytesLeft().

+ Here is the caller graph for this function: