| 6392 | |
| 6393 | template <typename T> |
| 6394 | struct overload_func exprtk_test_final : exprtk::igeneric_function<T> |
| 6395 | { |
| 6396 | typedef typename exprtk::igeneric_function<T> igfun_t; |
| 6397 | typedef typename igfun_t::parameter_list_t parameter_list_t; |
nothing calls this directly
no outgoing calls
no test coverage detected