MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / test_func3

Class test_func3

exprtk_test.cpp:5874–5874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5872template <typename T> struct test_func5 exprtk_test_final : public base_func<T> { test_func5() : base_func<T>(5){} };
5873template <typename T> struct test_func4 exprtk_test_final : public base_func<T> { test_func4() : base_func<T>(4){} };
5874template <typename T> struct test_func3 exprtk_test_final : public base_func<T> { test_func3() : base_func<T>(3){} };
5875template <typename T> struct test_func2 exprtk_test_final : public base_func<T> { test_func2() : base_func<T>(2){} };
5876template <typename T> struct test_func1 exprtk_test_final : public base_func<T> { test_func1() : base_func<T>(1){} };
5877template <typename T> struct test_func0 exprtk_test_final : public base_func<T> { test_func0() : base_func<T>(0){} };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected