Searched defs:CompareModuloOddness (Results 1 – 1 of 1) sorted by relevance
203 struct CompareModuloOddness { in main() struct204 bool operator()(int x, int y) const { return (x % 2) == (y % 2); } in main()