rocPRIM
tuple_element< I, T > Struct Template Reference

Provides compile-time indexed access to the types of the elements of the tuple. More...

#include <tuple.hpp>

Detailed Description

template<size_t I, class T>
struct tuple_element< I, T >

Provides compile-time indexed access to the types of the elements of the tuple.

tuple_element<I, T> is undefined for types T that are not tuples.


The documentation for this struct was generated from the following file: