[#std-tuple_element-02] = xref:std.adoc[std]::tuple_element<I, /* implementation-defined */> :relfileprefix: ../ :mrdocs: Type of the I‐th element of a lite_tuple. == Synopsis Declared in `<folly/detail/tuple.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< size_t I, typename... Ts> struct tuple_element<I, /* implementation-defined */>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:std/tuple_element-02/type.adoc[`type`] | The type of the I‐th element. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#