C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::infer_handle_from_fun_trait< Trait > Struct Template Reference

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
 

Detailed Description

template<class Trait>
struct caf::infer_handle_from_fun_trait< Trait >

Deduces an actor handle type from a function or function object.


The documentation for this struct was generated from the following file: