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

Method operator=

src/include/spinlock.hpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 LockGuard(const LockGuard&) = delete;
213 LockGuard(LockGuard&&) = delete;
214 auto operator=(const LockGuard&) -> LockGuard& = delete;
215 auto operator=(LockGuard&&) -> LockGuard& = delete;
216 /// @}
217

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected