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

Function va_func

exprtk_test.cpp:6138–6143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6136struct va_func exprtk_test_final : public exprtk::ivararg_function<T>
6137{
6138 va_func()
6139 {
6140 exprtk::enable_zero_parameters(*this);
6141 exprtk::set_min_num_args(*this, 0);
6142 exprtk::set_max_num_args(*this, 20);
6143 }
6144
6145 inline T operator()(const std::vector<T>& arglist) exprtk_test_override
6146 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected