| 6157 | |
| 6158 | template <typename T> |
| 6159 | struct gen_func exprtk_test_final : public exprtk::igeneric_function<T> |
| 6160 | { |
| 6161 | typedef typename exprtk::igeneric_function<T>::generic_type generic_type; |
| 6162 | typedef typename exprtk::igeneric_function<T>::parameter_list_t parameter_list_t; |
nothing calls this directly
no outgoing calls
no test coverage detected