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

Function vecrebase_func

exprtk_test.cpp:6382–6384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6380 using exprtk::igeneric_function<T>::operator();
6381
6382 vecrebase_func()
6383 : exprtk::igeneric_function<T>("V")
6384 {}
6385
6386 inline T operator()(parameter_list_t params) exprtk_test_override
6387 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected