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
Supporting user-defined conversions (see https://en.cppreference.com/w/cpp/language/cast_operator ) would be a much cleaner alternative to the current .get<T>() syntax -- and you could continue to have both. Code of the form
Supporting user-defined conversions (see https://en.cppreference.com/w/cpp/language/cast_operator ) would be a much cleaner alternative to the current
.get<T>()
syntax -- and you could continue to have both. Code of the formcould become
The text was updated successfully, but these errors were encountered: