|
libcaf
0.13.2
|
A base class for state-based actors using the Curiously Recurring Template Pattern to initialize the derived actor with its init_state member.
More...
#include <sb_actor.hpp>
Inherits Base.
Public Member Functions | |
| behavior | make_behavior () override |
| Overrides event_based_actor::make_behavior() and sets the initial actor behavior to `Derived::init_state. | |
Protected Types | |
| using | combined_type = sb_actor |
Protected Member Functions | |
| template<class... Ts> | |
| sb_actor (Ts &&...xs) | |
A base class for state-based actors using the Curiously Recurring Template Pattern to initialize the derived actor with its init_state member.
1.8.9.1