10#include "detail/state_impls/simple_no_context.hpp"
12#include "state_builder.hpp"
17namespace detail::state_builders
19 inline constexpr auto null = state_builder{}
22 inline constexpr auto final = state_builder{};
35#if MAKI_DETAIL_DOXYGEN
53#if MAKI_DETAIL_DOXYGEN
64#if MAKI_DETAIL_DOXYGEN
State builder.
Definition state_builder.hpp:42
Represents a state.
Definition state.hpp:26
Predefined state and pseudostate objects.
Definition states.hpp:34
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 builder of the undefined state.
Definition states.hpp:28