MCPcopy Create free account
hub / github.com/boostorg/leaf / message

Method message

include/boost/leaf/error.hpp:628–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 bool equivalent( std::error_code const &, int ) const noexcept override { return false; }
627 char const * name() const noexcept override { return "LEAF error"; }
628 std::string message( int ) const override { return name(); }
629 public:
630 ~leaf_error_category() noexcept override { }
631 };

Callers 1

outputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected