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

◆ size()

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

Definition at line 146 of file fstream.h.

146 {
147 return mHandle ? mHandle->size() : 0;
148 }
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.

Referenced by fl::FileSystem::loadJpeg(), and fl::FileSystem::readText().

+ Here is the caller graph for this function: