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

Class vector_access_rtc_counter

exprtk_test.cpp:6473–6482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6471};
6472
6473struct vector_access_rtc_counter : public exprtk::vector_access_runtime_check
6474{
6475 bool handle_runtime_violation(violation_context&) exprtk_test_override
6476 {
6477 rtc_count++;
6478 return false;
6479 }
6480
6481 std::size_t rtc_count;
6482};
6483
6484template <typename T>
6485bool run_test18()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected