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

Method TmpFile

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

Source from the content-addressed store, hash-verified

12 string fname;
13
14 TmpFile(): fname(tmpnam(nullptr)) {}
15
16 ~TmpFile()
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected