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

Class test_xyzw

exprtk_test.cpp:1325–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323
1324template <typename T>
1325struct test_xyzw
1326{
1327 test_xyzw(const std::string& e, const T& v0, const T& v1, const T& v2, const T& v3, const T& r)
1328 : expr(e)
1329 , x(v0)
1330 , y(v1)
1331 , z(v2)
1332 , w(v3)
1333 , result(r)
1334 {}
1335
1336 std::string expr;
1337 T x;
1338 T y;
1339 T z;
1340 T w;
1341 T result;
1342};
1343
1344template <typename T>
1345bool run_test01()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected