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