Add Variant::IsType
The Variant class was missing a way to check the type. You could do it
indirectly using variant.GetIndex() == variant.GetIndexOf<T>(), but
having this convenience function is more clear.
System updates will be applied on June 12th between 0900 AM and 1200 PM, EDT (UTC-0400). This site will have intermittent downtime during that time.
The Variant class was missing a way to check the type. You could do it
indirectly using variant.GetIndex() == variant.GetIndexOf<T>(), but
having this convenience function is more clear.