MCPcopy Create free account
hub / github.com/SOCI/soci / FileRemover

Method FileRemover

tests/sqlite3/test-sqlite3.cpp:969–969  ·  view source on GitHub ↗

Argument must be a literal string as we just keep the pointer.

Source from the content-addressed store, hash-verified

967 {
968 // Argument must be a literal string as we just keep the pointer.
969 explicit FileRemover(char const* fileName) : fileName_(fileName) {}
970 ~FileRemover() { std::remove(fileName_); }
971
972 char const* const fileName_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected