单播委托.
更多...
#include <Delegate.h>
|
| std::function< R(Args...)> | callback |
| | 这里Args...对类型参数列表进行扩展 定义的时候
|
| |
◆ Bind() [1/2]
template<typename R = void, typename... Args>
| void UniCastDelegate< R, Args >::Bind |
( |
std::function< R(Args...)> | callback | ) |
|
|
inline |
◆ Bind() [2/2]
template<typename R = void, typename... Args>
template<typename T >
◆ Execute()
template<typename R , typename ... Args>
◆ IsBinded()
template<typename R = void, typename... Args>
◆ operator()()
template<typename R = void, typename... Args>
◆ UnBind()
template<typename R = void, typename... Args>
◆ callback
template<typename R = void, typename... Args>
这里Args...对类型参数列表进行扩展 定义的时候