Public Member Functions | |
| CallBack (CallBack const &other)=default | |
| CallBack & | operator= (CallBack const &other)=default |
| CallBack (std::function< ReturnType(Args ...)> const &t_func) | |
| CallBack & | operator= (std::function< ReturnType(Args ...)> const &t_func) |
| operator bool () const | |
| void | reset () |
| bool | apply (ReturnType &returnValue, Args &&...args) const |
Data Fields | |
| std::optional< std::function< ReturnType(Args...)> > | func |
1.8.13