C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::typed_actor_view< T1, T2, Ts... > Class Template Reference

Decorates a pointer to a scheduled_actor with a statically typed actor interface. More...

#include <typed_actor_view.hpp>

Inherits caf::typed_actor_view<... >.

Detailed Description

template<class T1, class T2, class... Ts>
class caf::typed_actor_view< T1, T2, Ts... >

Decorates a pointer to a scheduled_actor with a statically typed actor interface.

Note
This is a specialization for backwards compatibility with pre v1.0 releases. Please use the trait based implementation.

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