You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::variant is relatively easy because what else would have .valueless_on_exception(). I suppose it would be accurate enough if you check for v.index(), v.valueless_on_exception() and visit(f, v)