| 111 | auto operator=(const VirtualMemory&) -> VirtualMemory& = delete; |
| 112 | auto operator=(VirtualMemory&&) -> VirtualMemory& = default; |
| 113 | ~VirtualMemory() = default; |
| 114 | /// @} |
| 115 | |
| 116 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected