MCPcopy Create free account
hub / github.com/Tracktion/choc / TempFile

Method TempFile

choc/text/choc_Files.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77{
78 TempFile();
79 TempFile (TempFile&&) = default;
80 TempFile& operator= (TempFile&&) = default;
81 TempFile (const TempFile&) = delete;
82 TempFile& operator= (const TempFile&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected