fsm
Public Types | Static Public Attributes | List of all members
escad::new_fsm::states< S > Struct Template Reference

Defines a set of states. More...

#include <state.h>

Public Types

using type_list = mpl::type_list< S... >
 

Static Public Attributes

static constexpr auto count = type_list::size
 

Detailed Description

template<class... S>
struct escad::new_fsm::states< S >

Defines a set of states.

This is used as a parameter to a StateContainer.


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