Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
struct transition_table : mpl::vector< Row < waiting, update, pending, send_replace, none>, Row < pending, update, none, Defer, none>, Row < pending, replaced, waiting, ack_replace, none> > { };
2番目の遷移が2回続けて延期された場合、最初の遷移を破棄することは可能ですか?