[#absl-variant_alternative] = xref:absl.adoc[absl]::variant_alternative :relfileprefix: ../ :mrdocs: Alias for `std::variant_alternative`, the type of alternative `I`. == Synopsis Declared in `<absl/types/variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< size_t I, typename T> using variant_alternative = std::variant_alternative<I, T>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#