MCPcopy Create free account
hub / github.com/ArashPartow/exprtk / operator()

Function operator()

exprtk_test.cpp:3741–3744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3739 myfunc() : exprtk::ifunction<T>(2) {}
3740
3741 inline T operator()(const T& v1, const T& v2)
3742 {
3743 return T(1) + (v1 * v2) / T(3);
3744 }
3745};
3746
3747#define define_free_functions(N,Type) \

Callers

nothing calls this directly

Calls 2

determine_param_seqFunction · 0.85
operator()Method · 0.45

Tested by

no test coverage detected