actor-framework
Public Types | Static Public Attributes | List of all members
caf::detail::get_callable_trait_helper< T, IsFun, HasApplyOp > Struct Template Reference

Public Types

using type = callable_trait< T >
 
using result_type = typename type::result_type
 
using arg_types = typename type::arg_types
 
using fun_type = typename type::fun_type
 
using fun_sig = typename type::fun_sig
 

Static Public Attributes

static constexpr bool valid = true
 
static constexpr size_t num_args = tl_size<arg_types>::value
 

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