basix_doc 0.1
|
#include <function.hpp>
Definition at line 260 of file function.hpp.
def_function_3_rep | ( | D(*)(S1, S2, S3) | fun2 | ) | [inline] |
Definition at line 262 of file function.hpp.
: fun (fun2) {}
Definition at line 264 of file function.hpp.
References def_function_3_rep< D, S1, S2, S3 >::fun.
{ return fun (x1, x2, x3); }
Definition at line 261 of file function.hpp.
Referenced by def_function_3_rep< D, S1, S2, S3 >::apply().