| 29 | using exprtk::ifunction<T>::operator(); |
| 30 | |
| 31 | myfunc() |
| 32 | : exprtk::ifunction<T>(2) |
| 33 | { exprtk::disable_has_side_effects(*this); } |
| 34 | |
| 35 | T operator()(const T& v1, const T& v2) |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected