| 6401 | using exprtk::igeneric_function<T>::operator(); |
| 6402 | |
| 6403 | overload_func(const std::string& param_seq_list) |
| 6404 | : exprtk::igeneric_function<T>(param_seq_list, igfun_t::e_rtrn_overload) |
| 6405 | , current_ps_index(std::numeric_limits<std::size_t>::max()) |
| 6406 | { |
| 6407 | clear(); |
| 6408 | } |
| 6409 | |
| 6410 | void clear() |
| 6411 | { |