Tizen Native API
|
Dali::FunctorDispatcherReturn0< T, R > Struct Template Reference
Dispatcher to call a functor. More...
Static Public Member Functions | |
static R | Dispatch (CallbackBase &callback) |
Call a function object. |
Detailed Description
template<class T, typename R>
struct Dali::FunctorDispatcherReturn0< T, R >
Dispatcher to call a functor.
- Since :
- 2.4
Member Function Documentation
template<class T , typename R >
static R Dali::FunctorDispatcherReturn0< T, R >::Dispatch | ( | CallbackBase & | callback | ) | [static] |
Call a function object.
- Since :
- 2.4
- Parameters:
-
[in] callback The callback information.
- Returns:
- the value.