Searched defs:gcd_evaluator (Results 1 – 2 of 2) sorted by relevance
1015 struct gcd_evaluator< rational<IntType> > struct1017 typedef rational<IntType> result_type,1018 first_argument_type, second_argument_type;1019 result_type operator() ( first_argument_type const &a in operator ()()
538 class gcd_evaluator class