std::tuple_element<I, /* implementation-defined */>

Type of the I-th element of a lite_tuple.

Synopsis

Declared in <folly/detail/tuple.h>

template<
    size_t I,
    typename... Ts>
struct tuple_element<I, /* implementation-defined */>;

Type Aliases

NameDescription
type The type of the I-th element.