MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / TaskFactory

Method TaskFactory

app/actions.hpp:106–106  ·  view source on GitHub ↗

Prevent copy construction: not implemented.

Source from the content-addressed store, hash-verified

104 ~TaskFactory() = default;
105 //! Prevent copy construction: not implemented.
106 TaskFactory(const TaskFactory&) = delete;
107 TaskFactory& operator=(const TaskFactory&) = delete;
108
109 //! Destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected