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

Method operator=

src/task/include/lifecycle_messages.hpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 ThreadExitMsg(const ThreadExitMsg&) = default;
50 ThreadExitMsg(ThreadExitMsg&&) = default;
51 auto operator=(const ThreadExitMsg&) -> ThreadExitMsg& = default;
52 auto operator=(ThreadExitMsg&&) -> ThreadExitMsg& = default;
53 ~ThreadExitMsg() = default;
54 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected