C++ Actor Framework 0.18
Loading...
Searching...
No Matches
List of all members
caf::detail::get_callable_trait< T > Struct Template Reference

Gets a callable trait for T, where T is a function object type, i.e., a function, member function, or a class providing the call operator. More...

#include <type_traits.hpp>

Inherits caf::detail::get_callable_trait_helper< T, IsFun, HasApplyOp >.

Detailed Description

template<class T>
struct caf::detail::get_callable_trait< T >

Gets a callable trait for T, where T is a function object type, i.e., a function, member function, or a class providing the call operator.


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