[#std-tuple_element-02-type] = xref:std.adoc[std]::xref:std/tuple_element-02.adoc[tuple_element<I, /* implementation-defined */>]::type :relfileprefix: ../../ :mrdocs: The type of the I‐th element. == Synopsis Declared in `<folly/detail/tuple.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using type = xref:folly/type_pack_element_t.adoc[folly::type_pack_element_t<I, Ts...>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#