Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Attributes | List of all members
serac::tuple< T0, T1, T2 > 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.
 

Detailed Description

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

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

Definition at line 61 of file tuple.hpp.


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