MCPcopy Create free account
hub / github.com/alibaba/yalantinglibs / err_code

Method err_code

include/ylt/struct_pack/error_code.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 public:
49 errc ec;
50 constexpr err_code() noexcept : ec(errc::ok) {}
51 constexpr err_code(errc ec) noexcept : ec(ec){};
52 constexpr err_code& operator=(errc ec) noexcept {
53 this->ec = ec;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected