basix_doc 0.1
|
#include <function.hpp>
Definition at line 69 of file function.hpp.
def_function_0_rep | ( | D(*)() | fun2 | ) | [inline] |
Definition at line 71 of file function.hpp.
: fun (fun2) {}
D apply | ( | ) | [inline] |
Definition at line 72 of file function.hpp.
References def_function_0_rep< D >::fun.
{ return fun (); }
D(* fun)() |
Definition at line 70 of file function.hpp.
Referenced by def_function_0_rep< D >::apply().