| 6368 | |
| 6369 | template <typename T> |
| 6370 | struct vecrebase_func exprtk_test_final : public exprtk::igeneric_function<T> |
| 6371 | { |
| 6372 | typedef typename exprtk::igeneric_function<T>::parameter_list_t |
| 6373 | parameter_list_t; |
nothing calls this directly
no outgoing calls
no test coverage detected