MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / operator=

Method operator=

src/task/include/task_manager.hpp:267–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 TaskManager(const TaskManager&) = delete;
266 TaskManager(TaskManager&&) = delete;
267 auto operator=(const TaskManager&) -> TaskManager& = delete;
268 auto operator=(TaskManager&&) -> TaskManager& = delete;
269 ~TaskManager();
270 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected