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

◆ tellg()

fl::size_t fl::fstream::tellg ( )

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

303 {
304 if (!mHandle) {
305 return 0;
306 }
307 return mHandle->tell();
308}
filebuf_ptr mHandle
Definition fstream.h:301

References mHandle.