MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / operator==

Method operator==

src/examples/rpp/sfml/snake/utils.hpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 int y{};
18
19 bool operator==(const coordinates& other) const = default;
20 bool operator!=(const coordinates& other) const = default;
21};
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected