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

Method operator==

06.17-spaceshipWithLegacyCode0/main.cpp:27–30  ·  view source on GitHub ↗

dummy values here

Source from the content-addressed store, hash-verified

25
26// dummy values here
27bool Legacy::operator==(const Legacy&) const
28{
29 return true;
30}
31bool Legacy::operator<(const Legacy&) const
32{
33 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected