Tizen Native API
|
Dali::VoidFunctorDispatcherReturn2< T, R, P1, P2 > Struct Template Reference
Dispatcher to call a functor. More...
Static Public Member Functions | |
static R | Dispatch (CallbackBase &callback, P1 param1, P2 param2) |
Call a function object. |
Detailed Description
template<class T, typename R, typename P1, typename P2>
struct Dali::VoidFunctorDispatcherReturn2< T, R, P1, P2 >
Dispatcher to call a functor.
This variant calls a void() member, and returns a default-constructed value
- Since :
- 2.4
Member Function Documentation
template<class T , typename R , typename P1 , typename P2 >
static R Dali::VoidFunctorDispatcherReturn2< T, R, P1, P2 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1, | ||
P2 | param2 | ||
) | [static] |
Call a function object.
- Since :
- 2.4
- Parameters:
-
[in] callback The callback information. [in] param1 The first parameter to pass to the real member function. [in] param2 The second parameter to pass to the real member function.
- Returns:
- The return value from the function