#include <function.hpp>
 
  
 Definition at line 121 of file function.hpp.
| def_function_1_rep | ( | D(*)(S1) | fun2 | ) |  [inline] | 
Definition at line 123 of file function.hpp.
00123 : fun (fun2) {}
| D apply | ( | S1 | x1 | ) |  [inline, virtual] | 
Implements function_1_rep< D, S1 >.
Definition at line 124 of file function.hpp.
References def_function_1_rep< D, S1 >::fun.
00124 { return fun (x1); }
| D(* fun)(S1) | 
Referenced by def_function_1_rep< D, S1 >::apply().
 1.6.1
 1.6.1