Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::tuple_element< I, T volatile > Class Template Reference

obtains the type of the specified element More...

Inheritance diagram for std::tuple_element< I, T volatile >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::add_volatile< tuple_element< I, T >::type >
using type
 The resulting type.
 

Detailed Description

template<size_t I, class T>
class std::tuple_element< I, T volatile >

obtains the type of the specified element

Template Parameters
Iindex to obtain the element type of
Ttuple-like type

Specialization for volatile qualified T.


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