MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / ~Error

Method ~Error

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

Source from the content-addressed store, hash-verified

347 auto operator=(const Error&) -> Error& = default;
348 auto operator=(Error&&) -> Error& = default;
349 ~Error() = default;
350 /// @}
351
352 [[nodiscard]] constexpr auto message() const -> const char* {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected