Alias for std::variant_alternative_t, the type of alternative I.
std::variant_alternative_t
I
Declared in <absl/types/variant.h>
<absl/types/variant.h>
template< size_t I, typename T> using variant_alternative_t = std::variant_alternative_t<I, T>;