Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArashPartow/exprtk
/ operator()
Method
operator()
exprtk_simple_example_05.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
{ exprtk::disable_has_side_effects(*this); }
34
35
T operator()(const T& v1, const T& v2)
36
{
37
return T(1) + (v1 * v2) / T(3);
38
}
39
};
40
41
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected