|
CAF 0.17.6
|
Deduces actor for dynamically typed actors, otherwise typed_actor<...> is deduced. More...
#include <infer_handle.hpp>
Public Types | |
| using | 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.
| using caf::infer_handle_from_class< T, bool >::type |