MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / TempFile

Method TempFile

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

Source from the content-addressed store, hash-verified

12004 class TempFile {
12005 public:
12006 TempFile(TempFile const&) = delete;
12007 TempFile& operator=(TempFile const&) = delete;
12008 TempFile(TempFile&&) = delete;
12009 TempFile& operator=(TempFile&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected