C++ Actor Framework 0.19
|
Deduces actor
for dynamically typed actors, otherwise typed_actor<...>
is deduced.
More...
#include <infer_handle.hpp>
Public Types | |
using | type = infer_handle_from_behavior_t< typename T::behavior_type > |
Static Public Attributes | |
static constexpr spawn_mode | mode = spawn_mode::clazz |
Related Symbols | |
(Note that these are not member symbols.) | |
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.