| 8477 | |
| 8478 | template <typename T> |
| 8479 | struct depth_to_str exprtk_test_final : public exprtk::igeneric_function<T> |
| 8480 | { |
| 8481 | typedef exprtk::igeneric_function<T> igenfunct_t; |
| 8482 | typedef typename igenfunct_t::generic_type generic_t; |
nothing calls this directly
no outgoing calls
no test coverage detected