mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-23 21:18:39 +00:00
VisitVariant allows one to use a generic lambda to visit a boost::variant. This is necessary because boost::visit_variant requires the visitor type to provide a return type.