fsm
include
fsmpp17
detail
handle_result.h
Go to the documentation of this file.
1
12
#pragma once
13
14
namespace
escad::detail
15
{
16
17
struct
handled
{};
18
struct
not_handled
{};
19
template
<
class
T>
struct
transition
{
using
type = T; };
20
21
}
// namespace fsm::detail
22
escad::detail::not_handled
Definition:
handle_result.h:18
escad::detail
Definition:
handle_result.h:14
escad::detail::transition
Definition:
handle_result.h:19
escad::detail::handled
Definition:
handle_result.h:17
Generated by
1.8.13