C++ Actor Framework 1.0.0
|
Deduces an actor handle type from a function or function object. More...
#include <infer_handle.hpp>
Public Types | |
using | result_type = typename Trait::result_type |
using | arg_types = typename Trait::arg_types |
using | first_arg = detail::tl_head_t<arg_types> |
using | delegate = infer_handle_from_fun_impl<result_type, first_arg> |
using | type = typename delegate::type |
using | impl = typename delegate::impl |
using | behavior_type = typename delegate::behavior_type |
using | fun_type = typename Trait::fun_type |
Static Public Attributes | |
static constexpr spawn_mode | mode = delegate::mode |
Deduces an actor handle type from a function or function object.