Flow123d
master-f44eb46
|
base case for building up arguments for the function call More...
#include <field_model.hh>
Static Public Member Functions | |
template<typename... Vs> | |
static auto | eval (int i_cache, CALLABLE f, FIELD_TUPLE fields, Vs &&... args) -> decltype(auto) |
base case for building up arguments for the function call
Extract cached values on index i_cache from the input fields and call given function on these values.
Definition at line 63 of file field_model.hh.
|
inlinestatic |
Definition at line 66 of file field_model.hh.