rocPRIM
Public Types | List of all members
tuple_element< I, volatile T > Struct Template Reference

volatile T specialization of tuple_element More...

#include <tuple.hpp>

Public Types

using type = typename std::add_volatile< typename tuple_element< I, T >::type >::type
 The type of Ith element of the tuple, where I is in [0, sizeof...(Types))
 

Detailed Description

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

volatile T specialization of tuple_element


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