C++ Actor Framework 1.0.0
|
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 >.
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.