Tizen Native API
6.0
|
Dali::VoidFunctorDispatcherReturn0< T, R > Struct Template Reference
Dispatcher to call a functor. More...
Static Public Member Functions | |
static R | Dispatch (CallbackBase &callback) |
Calls a function object. |
Detailed Description
template<class T, typename R>
struct Dali::VoidFunctorDispatcherReturn0< T, R >
Dispatcher to call a functor.
This variant calls a void() member, and returns a default-constructed value.
- Since:
- 3.0, DALi version 1.0.0
Member Function Documentation
template<class T , typename R >
static R Dali::VoidFunctorDispatcherReturn0< T, R >::Dispatch | ( | CallbackBase & | callback | ) | [static] |
Calls a function object.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
-
[in] callback The callback information
- Returns:
- The value