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

◆ seek() [1/2]

bool fl::ifstream::seek ( fl::size_t p)
inline

Definition at line 191 of file fstream.h.

191 {
193 return good();
194 }
bool good() const
Definition fstream.h:127
ifstream & seekg(fl::size_t pos, ios::seekdir dir=ios::seekdir::beg)

References fl::ios::beg, good(), and seekg().

+ Here is the call graph for this function: