Public Types | |
typedef Fct4< A0, A1, A2, A3, R, F > | ffunc_t |
Public Member Functions | |
anyFunc4 (const ffunc_t &_f) | |
anyFunc4 (const anyFunc4 &rhs) | |
virtual R | operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2, typename curryArgMode< A3 >::Type_t a3) const |
![]() | |
anyOp4 (const anyOp4 &rhs) | |
Public Attributes | |
ffunc_t | f |