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