Searched defs:MultByMod (Results 1 – 1 of 1) sorted by relevance
39 struct MultByMod { struct41 int mod;42 explicit MultByMod(int module) : mod {module} {} in MultByMod() function43 int operator()(int x, int y) const in operator ()()