| 6306 | using exprtk::igeneric_function<T>::operator(); |
| 6307 | |
| 6308 | rem_space_and_uppercase() |
| 6309 | : igenfunc_t("S",igenfunc_t::e_rtrn_string) |
| 6310 | {} |
| 6311 | |
| 6312 | inline T operator()(std::string& result, parameter_list_t params) exprtk_test_override |
| 6313 | { |
nothing calls this directly
no outgoing calls
no test coverage detected