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

Method operator=

src/include/expected.hpp:347–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 Error(const Error&) = default;
346 Error(Error&&) = default;
347 auto operator=(const Error&) -> Error& = default;
348 auto operator=(Error&&) -> Error& = default;
349 ~Error() = default;
350 /// @}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected