Public Types | |
typedef Fct6< A0, A1, A2, A3, A4, A5, R, F > | ffunc_t |
Public Member Functions | |
anyFunc6 (const ffunc_t &_f) | |
anyFunc6 (const anyFunc6 &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, typename curryArgMode< A4 >::Type_t a4, typename curryArgMode< A5 >::Type_t a5) const |
![]() | |
anyOp6 (const anyOp6 &rhs) | |
Public Attributes | |
ffunc_t | f |