MCPcopy Create free account
hub / github.com/apache/qpid-proton / operator==

Function operator==

cpp/src/error_condition.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool operator==(const error_condition& x, const error_condition& y) {
92 return x.name() == y.name() && x.description() == y.description()
93 && x.properties() == y.properties();
94}
95
96std::ostream& operator<<(std::ostream& o, const error_condition& err) {
97 return o << err.what();

Callers

nothing calls this directly

Calls 3

descriptionMethod · 0.80
nameMethod · 0.45
propertiesMethod · 0.45

Tested by

no test coverage detected