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

Method myfunc

exprtk_simple_example_05.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 using exprtk::ifunction<T>::operator();
30
31 myfunc()
32 : exprtk::ifunction<T>(2)
33 { exprtk::disable_has_side_effects(*this); }
34
35 T operator()(const T& v1, const T& v2)
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected