Template Struct variant_alternative< I, variant< Ts… > >

Struct Documentation

template<std::size_t I, typename ...Ts>
struct variant_alternative<I, variant<Ts...>>

Public Types

using type = lib::type_pack_element_t<I, Ts...>