Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
serac::tuple_element< I, T > Struct Template Reference

a struct used to determine the type at index I of a tuple More...

Detailed Description

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

a struct used to determine the type at index I of a tuple

Note
see: https://en.cppreference.com/w/cpp/utility/tuple/tuple_element
Template Parameters
Ithe index of the desired type
Ta tuple of different types

Definition at line 706 of file tuple.hpp.


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