template<typename CallType, typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
struct trUtil::FunctorCall< CallType, R, TYPELIST_7(P1, P2, P3, P4, P5, P6, P7)>
A functor call.
- Template Parameters
-
| CallType | Type of the call type. |
| R | Type of the r. |
| TYPELIST_7(P1 | Type of the typelist 7( p 1. |
| P2 | Type of the p 2. |
| P3 | Type of the p 3. |
| P4 | Type of the p 4. |
| P5 | Type of the p 5. |
| P6 | Type of the p 6. |
| P7) | Type of the 7) |
Definition at line 453 of file FunCall.h.
template<typename CallType , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
template<class Fun >
template<typename CallType , typename R , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
template<class PObj >
| static R trUtil::FunctorCall< CallType, R, TYPELIST_7(P1, P2, P3, P4, P5, P6, P7)>::Call |
( |
PObj const & |
pobj, |
|
|
CallType |
memfun, |
|
|
ParmsListType & |
parms |
|
) |
| |
|
inlinestatic |