| 6136 | struct va_func exprtk_test_final : public exprtk::ivararg_function<T> |
| 6137 | { |
| 6138 | va_func() |
| 6139 | { |
| 6140 | exprtk::enable_zero_parameters(*this); |
| 6141 | exprtk::set_min_num_args(*this, 0); |
| 6142 | exprtk::set_max_num_args(*this, 20); |
| 6143 | } |
| 6144 | |
| 6145 | inline T operator()(const std::vector<T>& arglist) exprtk_test_override |
| 6146 | { |
nothing calls this directly
no outgoing calls
no test coverage detected