CAF 0.17.6
|
Wraps a user-defined function and gives it a uniform signature. More...
#include <init_fun_factory.hpp>
Inherits caf::detail::init_fun_factory_helper_base.
Public Member Functions | |
init_fun_factory_helper (F fun, ArgsPtr args) | |
init_fun_factory_helper (init_fun_factory_helper &&)=default | |
init_fun_factory_helper & | operator= (init_fun_factory_helper &&)=default |
behavior | operator() (local_actor *self) final |
Wraps a user-defined function and gives it a uniform signature.