| 1239 | |
| 1240 | public: |
| 1241 | E_F0 *code(const basicAC_F0 &args) const { |
| 1242 | if (args.named_parameter && !args.named_parameter->empty( )) { |
| 1243 | CompileError(" They are used Named parameter "); |
| 1244 | } |
| 1245 | |
| 1246 | return new CODE(f, t[0]->CastTo(args[0]), t[1]->CastTo(args[1]), t[2]->CastTo(args[2]), |
| 1247 | t[3]->CastTo(args[3]), t[4]->CastTo(args[4])); |
| 1248 | } // extend |
| 1249 | |
| 1250 | OneOperator5s_(func ff) |
| 1251 | : // 3->4 |
nothing calls this directly
no test coverage detected