Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SqliteModernCpp/sqlite_modern_cpp
/ TmpFile
Method
TmpFile
tests/boost_optional.cc:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
string fname;
31
32
TmpFile(): fname(tmpnam(nullptr)) {}
33
34
~TmpFile() {
35
remove(fname.c_str());
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected