rocPRIM
tuple_size< T > Class Template Reference

Provides access to the number of elements in a tuple as a compile-time constant expression. More...

#include <tuple.hpp>

Detailed Description

template<class T>
class tuple_size< T >

Provides access to the number of elements in a tuple as a compile-time constant expression.

tuple_size<T> is undefined for types T that are not tuples.


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