Flow123d
JS_before_hm-1001-gfa0c761
|
base case for building up arguments for the function call More...
#include <field.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.
|
inlinestatic |