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

Method operator=

src/include/io_buffer.hpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141 IoBuffer(const IoBuffer&) = delete;
142 auto operator=(const IoBuffer&) -> IoBuffer& = delete;
143
144 IoBuffer(IoBuffer&& other);
145 auto operator=(IoBuffer&& other) noexcept -> IoBuffer&;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected