Building state machines with std::visitIntroduction For my first post I would to explore an implementation for state machines that utilizes std::visit and std::variant. std::variant is a type-safe union that the C++ standard library in... Oct 5, 2024 Software Engineering