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

Method test_xy

exprtk_test.cpp:1311–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309struct test_xy
1310{
1311 test_xy(const std::string& e, const T& v0, const T& v1, const T& r)
1312 : expr(e)
1313 , x(v0)
1314 , y(v1)
1315 , result(r)
1316 {}
1317
1318 std::string expr;
1319 T x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected