MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / operator==

Method operator==

06.16-customOrdering1/main.cpp:29–29  ·  view source on GitHub ↗

#C The default should be good enough here

Source from the content-addressed store, hash-verified

27
28 // #C The default should be good enough here
29 bool operator==(const Address&) const = default;
30};
31
32int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected