[#bsl-tuple_element_t] = xref:bsl.adoc[bsl]::tuple_element_t :relfileprefix: ../ :mrdocs: Alias for the element type at index `I` of tuple‐like `TYPE`. == Synopsis Declared in `<bsl_tuple.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< std::size_t I, class TYPE> using tuple_element_t = std::tuple_element<I, TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#