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

Function handle_assert

exprtk_test.cpp:11706–11709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11704{
11705 std::size_t assert_count;
11706 void handle_assert(const assert_context& /*context*/) exprtk_test_override
11707 {
11708 ++assert_count;
11709 }
11710};
11711
11712template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected