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

Function vararg_func

exprtk_test.cpp:6353–6355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6351 using exprtk::igeneric_function<T>::operator();
6352
6353 vararg_func()
6354 : exprtk::igeneric_function<T>("Z|T*|V")
6355 {}
6356
6357 inline T operator()(const std::size_t& ps_index, parameter_list_t /*arglist*/) exprtk_test_override
6358 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected