MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::future::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 mfem::future::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 84 of file tuple.hpp.

Member Data Documentation

◆ v0

template<typename T0 , typename T1 , typename T2 >
T0 mfem::future::tuple< T0, T1, T2 >::v0

The first member of the tuple.

Definition at line 86 of file tuple.hpp.

◆ v1

template<typename T0 , typename T1 , typename T2 >
T1 mfem::future::tuple< T0, T1, T2 >::v1

The second member of the tuple.

Definition at line 87 of file tuple.hpp.

◆ v2

template<typename T0 , typename T1 , typename T2 >
T2 mfem::future::tuple< T0, T1, T2 >::v2

The third member of the tuple.

Definition at line 88 of file tuple.hpp.


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