Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SqliteModernCpp/sqlite_modern_cpp
/ ~TmpFile
Method
~TmpFile
tests/trycatchblocks.cc:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
TmpFile(): fname(tmpnam(nullptr)) {}
15
16
~TmpFile()
17
{
18
remove(fname.c_str());
19
}
20
};
21
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected