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

Method operator=

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

Source from the content-addressed store, hash-verified

27 ThreadCreateMsg(const ThreadCreateMsg&) = default;
28 ThreadCreateMsg(ThreadCreateMsg&&) = default;
29 auto operator=(const ThreadCreateMsg&) -> ThreadCreateMsg& = default;
30 auto operator=(ThreadCreateMsg&&) -> ThreadCreateMsg& = default;
31 ~ThreadCreateMsg() = default;
32 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected