| 5874 | template <typename T> struct test_func3 exprtk_test_final : public base_func<T> { test_func3() : base_func<T>(3){} }; |
| 5875 | template <typename T> struct test_func2 exprtk_test_final : public base_func<T> { test_func2() : base_func<T>(2){} }; |
| 5876 | template <typename T> struct test_func1 exprtk_test_final : public base_func<T> { test_func1() : base_func<T>(1){} }; |
| 5877 | template <typename T> struct test_func0 exprtk_test_final : public base_func<T> { test_func0() : base_func<T>(0){} }; |
| 5878 | |
| 5879 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected