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

◆ pos()

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

Definition at line 189 of file fstream.h.

189{ return mHandle ? mHandle->pos() : 0; }
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.

Referenced by seekg().

+ Here is the caller graph for this function: