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

Method operator=

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

Source from the content-addressed store, hash-verified

95 SpinLock(const SpinLock&) = delete;
96 SpinLock(SpinLock&&) = default;
97 auto operator=(const SpinLock&) -> SpinLock& = delete;
98 auto operator=(SpinLock&&) -> SpinLock& = default;
99 ~SpinLock() = default;
100 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected