| 6380 | using exprtk::igeneric_function<T>::operator(); |
| 6381 | |
| 6382 | vecrebase_func() |
| 6383 | : exprtk::igeneric_function<T>("V") |
| 6384 | {} |
| 6385 | |
| 6386 | inline T operator()(parameter_list_t params) exprtk_test_override |
| 6387 | { |
nothing calls this directly
no outgoing calls
no test coverage detected