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

Function gen_func

exprtk_test.cpp:6170–6174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6168 using exprtk::igeneric_function<T>::operator();
6169
6170 gen_func()
6171 : scalar_count(0)
6172 , vector_count(0)
6173 , string_count(0)
6174 {}
6175
6176 inline T operator()(parameter_list_t params) exprtk_test_override
6177 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected