add mcc_finite_state_machine.h (rewrite MccFiniteStateMachine class)
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
using st_t = typename PT::second_type;
|
||||
|
||||
// static constexpr bool non_unique = in_pair_v<ev_t, PTs...>;
|
||||
static constexpr bool non_unique = (std::same_as<ev_t, typename PTs::second_type> || ...);
|
||||
static constexpr bool non_unique = (std::same_as<ev_t, typename PTs::first_type> || ...);
|
||||
|
||||
public:
|
||||
using events_t =
|
||||
|
||||
Reference in New Issue
Block a user