create Callback from callable More...
#include <Callback_Impl.h>
Public Member Functions | |
| TRet | operator() (VARIABLE_ARGS_IMPL) |
| template<class T > | |
| Callback (T &&functor, const use_functor_t &c) | |
| template<class T > | |
| Callback (T &&functor, const use_function_t &c) | |
| Callback (const Callback< TRet, VARIABLE_ARGS_DECL > &ev2) | |
| Callback< TRet, VARIABLE_ARGS_DECL > * | clone () const |
create Callback from callable
|
inline |
contructor from functor
|
inline |
execute event. The number of agruments is variable and can't be propperly documented following doxygen standards