Definition at line 114 of file userFunction.cc.
◆ ExprTkCallableFunction()
minsky::anonymous_namespace{userFunction.cc}::ExprTkCallableFunction::ExprTkCallableFunction |
( |
const std::weak_ptr< CallableFunction > & |
f | ) |
|
|
inline |
◆ operator()()
double minsky::anonymous_namespace{userFunction.cc}::ExprTkCallableFunction::operator() |
( |
const std::vector< double > & |
x | ) |
|
|
inline |
Definition at line 118 of file userFunction.cc.
References f.
119 if (
auto sf=
f.lock())
std::weak_ptr< CallableFunction > f
std::weak_ptr<CallableFunction> minsky::anonymous_namespace{userFunction.cc}::ExprTkCallableFunction::f |
The documentation for this struct was generated from the following file: