#include <function.hpp>
 
  
 Definition at line 336 of file function.hpp.
| def_function_4_rep | ( | D(*)(S1, S2, S3, S4) | fun2 | ) |  [inline] | 
Definition at line 338 of file function.hpp.
| D apply | ( | S1 | x1, | |
| S2 | x2, | |||
| S3 | x3, | |||
| S4 | x4 | |||
| ) |  [inline, virtual] | 
Implements function_4_rep< D, S1, S2, S3, S4 >.
Definition at line 340 of file function.hpp.
References def_function_4_rep< D, S1, S2, S3, S4 >::fun.
00340 { 00341 return fun (x1, x2, x3, x4); }
| D(* fun)(S1, S2, S3, S4) | 
Referenced by def_function_4_rep< D, S1, S2, S3, S4 >::apply().
 1.6.1
 1.6.1