Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ WriteToFile
Function
WriteToFile
SampleFramework12/v1.00/FileIO.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
// Writes a POD type to a file
91
template<typename T> void WriteToFile(const wchar* fileName, const T& val)
92
{
93
File file(fileName, File::OpenWrite);
94
file.Write(val);
95
}
96
97
}
Callers
nothing calls this directly
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected