|
template<typename F > |
| DFct5 (const Fct5< A0, A1, A2, A3, A4, R, F > &f) |
|
| DFct5 (const DFct5 &rhs) |
|
DFct5< A0, A1, A2, A3, A4, R > | operator= (const DFct5< A0, A1, A2, A3, A4, R > &rhs) |
|
template<typename F > |
DFct5< A0, A1, A2, A3, A4, R > | operator= (const Fct5< A0, A1, A2, A3, A4, R, F > &rhs) |
|
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) const |
|
ffunc1_t | operator() (typename curryArgMode< A0 >::Type_t a0) const |
|
ffunc2_t | operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1) const |
|
ffunc3_t | operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2) const |
|
ffunc4_t | 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 |
|