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

Class test_func0

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

Source from the content-addressed store, hash-verified

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){} };
5878
5879template <typename T>
5880bool run_test16()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected