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

Method name

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

Source from the content-addressed store, hash-verified

625 bool equivalent( int, std::error_condition const & ) const noexcept override { return false; }
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 { }

Callers 3

outputFunction · 0.45
outputFunction · 0.45
diagnostics_writerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected