|
TrueReality
v0.1.1912
|
A functor call. More...
#include <FunCall.h>
Public Types | |
| using | ParmsListType = trUtil::InstantiateH< typename trUtil::CreateTL< P1 >::Type, trUtil::TupleHolder > |
Static Public Member Functions | |
| template<class Fun > | |
| static R | Call (Fun const &fun, ParmsListType &parms) |
| template<class PObj > | |
| static R | Call (PObj const &pobj, CallType memfun, ParmsListType &parms) |
A functor call.
| CallType | Type of the call type. |
| R | Type of the r. |
| TYPELIST_1(P1) | Type of the typelist 1( p 1) |
| using trUtil::FunctorCall< CallType, R, TYPELIST_1(P1)>::ParmsListType = trUtil::InstantiateH<typename trUtil::CreateTL<P1>::Type, trUtil::TupleHolder> |
|
inlinestatic |
|
inlinestatic |