Searched defs:HashModuloOddness (Results 1 – 1 of 1) sorted by relevance
199 struct HashModuloOddness { in main() struct200 std::size_t operator()(int x) const { return std::hash<int>()(x % 2); } in main()