C++ Actor Framework 0.19
|
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 |
Related Symbols | |
(Note that these are not member symbols.) | |
template<class F > | |
using | infer_handle_from_fun_t = typename infer_handle_from_fun< F >::type |
template<class T > | |
using | infer_impl_from_fun_t = typename infer_handle_from_fun< T >::impl |
Deduces an actor handle type from a function or function object.