MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / TempFile

Method TempFile

tests/catch.hpp:9500–9500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9498 class TempFile {
9499 public:
9500 TempFile(TempFile const&) = delete;
9501 TempFile& operator=(TempFile const&) = delete;
9502 TempFile(TempFile&&) = delete;
9503 TempFile& operator=(TempFile&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected