| 322 | |
| 323 | template <class T> |
| 324 | static bool equal(const T& x, const T& y) |
| 325 | { |
| 326 | return x == y; |
| 327 | } |
| 328 | |
| 329 | static std::vector<argument> run(program& p, const parameter_map& params) { return p.eval(params); } |
| 330 |
no outgoing calls
no test coverage detected