MCPcopy Create free account
hub / github.com/Profactor/cv-plot / TempFile

Method TempFile

CvPlot/ext/catch2/inc/catch.hpp:11853–11853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11851 class TempFile {
11852 public:
11853 TempFile(TempFile const&) = delete;
11854 TempFile& operator=(TempFile const&) = delete;
11855 TempFile(TempFile&&) = delete;
11856 TempFile& operator=(TempFile&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected