MCPcopy Create free account
hub / github.com/RenderKit/oidn / TempFile

Method TempFile

external/catch.hpp:11997–11997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11995 class TempFile {
11996 public:
11997 TempFile(TempFile const&) = delete;
11998 TempFile& operator=(TempFile const&) = delete;
11999 TempFile(TempFile&&) = delete;
12000 TempFile& operator=(TempFile&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected