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

Method test_result_t

exprtk_test.cpp:6463–6466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6461 struct test_result_t
6462 {
6463 test_result_t(const std::size_t psi, const std::string& ps)
6464 : ps_index(psi)
6465 , param_seq(ps)
6466 {}
6467
6468 std::size_t ps_index;
6469 std::string param_seq;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected