| 6408 | } |
| 6409 | |
| 6410 | void clear() |
| 6411 | { |
| 6412 | current_ps_index = std::numeric_limits<std::size_t>::max(); |
| 6413 | current_param_seq = ""; |
| 6414 | } |
| 6415 | |
| 6416 | inline T operator()(const std::size_t& ps_index, |
| 6417 | parameter_list_t parameters) exprtk_test_override |