Hegel 0.11.4
Property-based testing for C++
Loading...
Searching...
No Matches
hegel::stateful::StateMachineParams< State > Struct Template Reference

Arguments for the StateMachine constructor. More...

#include <stateful.h>

Public Attributes

State initial_state
 The state the first rule acts on.

Detailed Description

template<typename State>
struct hegel::stateful::StateMachineParams< State >

Arguments for the StateMachine constructor.

Template Parameters
StateThe type of the state the rules act on

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