Prevent copy construction: not implemented.
| 104 | ~TaskFactory() = default; |
| 105 | //! Prevent copy construction: not implemented. |
| 106 | TaskFactory(const TaskFactory&) = delete; |
| 107 | TaskFactory& operator=(const TaskFactory&) = delete; |
| 108 | |
| 109 | //! Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected