MCPcopy Create free account
hub / github.com/SqliteModernCpp/sqlite_modern_cpp / ~TmpFile

Method ~TmpFile

tests/simple_examples.cc:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 TmpFile(): fname(tmpnam(nullptr)) {}
13
14 ~TmpFile()
15 {
16 remove(fname.c_str());
17 }
18};
19
20int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected