MCPcopy Create free account
hub / github.com/chrxh/alien / operator==

Method operator==

source/Base/Definitions.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12bool IntVector2D::operator==(IntVector2D const& vec) const
13{
14 return x == vec.x && y == vec.y;
15}
16
17void IntVector2D::operator-=(IntVector2D const& vec)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected