| 6235 | |
| 6236 | template <typename T> |
| 6237 | struct inc_func exprtk_test_final : public exprtk::igeneric_function<T> |
| 6238 | { |
| 6239 | typedef typename exprtk::igeneric_function<T>::generic_type generic_type; |
| 6240 | typedef typename exprtk::igeneric_function<T>::parameter_list_t parameter_list_t; |
nothing calls this directly
no outgoing calls
no test coverage detected