Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Attributes | List of all members
serac::tuple< T0, T1, T2, T3, T4, T5 > Struct Template Reference

Type that mimics std::tuple. More...

#include <tuple.hpp>

Public Attributes

T0 v0
 The first member of the tuple.
 
T1 v1
 The second member of the tuple.
 
T2 v2
 The third member of the tuple.
 
T3 v3
 The fourth member of the tuple.
 
T4 v4
 The fifth member of the tuple.
 
T5 v5
 The sixth member of the tuple.
 

Detailed Description

template<typename T0, typename T1, typename T2, typename T3, typename T4, typename T5>
struct serac::tuple< T0, T1, T2, T3, T4, T5 >

Type that mimics std::tuple.

Template Parameters
T0The first type stored in the tuple
T1The second type stored in the tuple
T2The third type stored in the tuple
T3The fourth type stored in the tuple
T4The fifth type stored in the tuple
T5The sixth type stored in the tuple

Definition at line 112 of file tuple.hpp.


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