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

The type of the I-th element.

Synopsis

Declared in <folly/detail/tuple.h>

using type = folly::type_pack_element_t<I, Ts...>;