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

Method test_ab

exprtk_test.cpp:2105–2111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2103struct test_ab
2104{
2105 test_ab(const std::string& e, const std::string& v0, const std::string& v1, const T& r)
2106 : expr(e)
2107 , a(v0)
2108 , b(v1)
2109 , c("ccc")
2110 , result(r)
2111 {}
2112
2113 std::string expr;
2114 std::string a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected