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

Method operator=

src/memory/include/virtual_memory.hpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 VirtualMemory(const VirtualMemory&) = delete;
110 VirtualMemory(VirtualMemory&&) = default;
111 auto operator=(const VirtualMemory&) -> VirtualMemory& = delete;
112 auto operator=(VirtualMemory&&) -> VirtualMemory& = default;
113 ~VirtualMemory() = default;
114 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected