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

Provides a view to an actor that implements this messaging interface without knowledge of the actual type. More...

#include <typed_actor_pointer.hpp>

Inherits caf::typed_actor_pointer<... >.

Detailed Description

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

Provides a view to an actor that implements this messaging interface without knowledge of the actual type.

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: