Adapter to convert ProxyCallback object call to function object call.
More...
#include <type-function.h>
|
| using | Fn = std::function< Result(Args...)> |
| |
template<typename Result, typename... Args>
class mp::ProxyCallbackImpl< Result, Args >
Adapter to convert ProxyCallback object call to function object call.
Definition at line 13 of file type-function.h.
◆ Fn
template<typename Result , typename... Args>
◆ ProxyCallbackImpl()
template<typename Result , typename... Args>
◆ call()
template<typename Result , typename... Args>
◆ m_fn
template<typename Result , typename... Args>
The documentation for this class was generated from the following file: