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

◆ tellg()

fl::size_t fl::ifstream::tellg ( )

Definition at line 70 of file fstream.cpp.hpp.

70 {
71 if (!mHandle) {
72 return 0;
73 }
74 return mHandle->tell();
75}
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.