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
}
fl::ifstream::mHandle
filebuf_ptr mHandle
Definition
fstream.h:50
References
mHandle
.
fl
ifstream
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2