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

Method operator=

src/include/interrupt_base.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 InterruptBase(const InterruptBase&) = delete;
38 InterruptBase(InterruptBase&&) = delete;
39 auto operator=(const InterruptBase&) -> InterruptBase& = delete;
40 auto operator=(InterruptBase&&) -> InterruptBase& = delete;
41 virtual ~InterruptBase() = default;
42 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected