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

Method operator=

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

Source from the content-addressed store, hash-verified

72 CpuSchedData(const CpuSchedData&) = delete;
73 CpuSchedData(CpuSchedData&&) = delete;
74 auto operator=(const CpuSchedData&) -> CpuSchedData& = delete;
75 auto operator=(CpuSchedData&&) -> CpuSchedData& = delete;
76 ~CpuSchedData() = default;
77 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected