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