10#include "detail/state_impls/simple_no_context.hpp"
12#include "state_mold.hpp"
17namespace detail::state_molds
19 inline constexpr auto null = state_mold{}
22 inline constexpr auto fin = state_mold{};
35#if MAKI_DETAIL_DOXYGEN
53#if MAKI_DETAIL_DOXYGEN
64#if MAKI_DETAIL_DOXYGEN
State mold.
Definition state_mold.hpp:42
Represents a state.
Definition state.hpp:26
Predefined state and pseudostate objects.
Definition states.hpp:34
constexpr auto fin
Dummy final state object given to transition hooks. It represents the final state.
Definition states.hpp:59
constexpr auto undefined
Represents the undefined state.
Definition states.hpp:70
constexpr auto null
Dummy state object given to transition hooks.
Definition states.hpp:48
constexpr auto undefined
The state mold of the undefined state.
Definition states.hpp:28