|
C++ Actor Framework 0.18
|
Deduces actor for dynamically typed actors, otherwise typed_actor<...> is deduced.
More...
#include <infer_handle.hpp>
Public Types | |
| using | type = typename infer_handle_from_behavior< typename T::behavior_type >::type |
Static Public Attributes | |
| static constexpr spawn_mode | mode = spawn_mode::clazz |
Related Functions | |
(Note that these are not member functions.) | |
| template<class T > | |
| using | infer_handle_from_class_t = typename infer_handle_from_class< T >::type |
Deduces actor for dynamically typed actors, otherwise typed_actor<...> is deduced.