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

Function myfunc

exprtk_test.cpp:3739–3739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3737 using exprtk::ifunction<T>::operator();
3738
3739 myfunc() : exprtk::ifunction<T>(2) {}
3740
3741 inline T operator()(const T& v1, const T& v2)
3742 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected