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

Class test_xy

exprtk_test.cpp:1309–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307
1308template <typename T>
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;
1320 T y;
1321 T result;
1322};
1323
1324template <typename T>
1325struct test_xyzw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected