| 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> |
| 5880 | bool run_test16() |
nothing calls this directly
no outgoing calls
no test coverage detected