Searched defs:cmp_pt (Results 1 – 1 of 1) sorted by relevance
254 struct cmp_pt struct256 …bool operator ()(const pt& a, const pt& b) const { return a.y < b.y || (a.y == b.y && a.x < b.x); } in operator ()()