C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::stateful_actor_base< State, Base > Class Template Reference

Conditional base type for stateful_actor that overrides make_behavior if State::make_behavior() exists. More...

#include <stateful_actor.hpp>

Inherits Base.

Public Member Functions

Base::behavior_type make_behavior () override
 

Detailed Description

template<class State, class Base>
class caf::detail::stateful_actor_base< State, Base >

Conditional base type for stateful_actor that overrides make_behavior if State::make_behavior() exists.


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