Tizen Native API
|
Dali::FunctorDispatcher< T > Struct Template Reference
Dispatcher to call a functor. More...
Static Public Member Functions | |
static void | Dispatch (void *functorPtr) |
Call a function object. |
Detailed Description
template<typename T>
struct Dali::FunctorDispatcher< T >
Dispatcher to call a functor.
- Since :
- 2.4
Member Function Documentation
template<typename T >
static void Dali::FunctorDispatcher< T >::Dispatch | ( | void * | functorPtr | ) | [static] |
Call a function object.
- Since :
- 2.4
- Parameters:
-
[in] functorPtr The functor to call.