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