| 6338 | |
| 6339 | template <typename T> |
| 6340 | struct vararg_func exprtk_test_final : public exprtk::igeneric_function<T> |
| 6341 | { |
| 6342 | typedef typename exprtk::igeneric_function<T>::parameter_list_t |
| 6343 | parameter_list_t; |
nothing calls this directly
no outgoing calls
no test coverage detected