Destructor Function. @attemtion Why Destructor causes bug here.
- Todo
- fix it.
Assignment Operation.
- Parameters
-
- Returns
- Returns true if equal.
Definition at line 168 of file Vertex.h.
168 {
169 return first == other.first && second == other.second;
170 }