Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ ifstream
Method
ifstream
src/fl/stl/fstream.h:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
68
public:
69
ifstream() FL_NOEXCEPT : mLastRead(0), mGood(false), mEof(false), mFail(true) {}
70
71
explicit ifstream(const char* path, ios::openmode mode = ios::in);
72
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected