MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::future::tuple< T0, T1 > 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.
 

Detailed Description

template<typename T0, typename T1>
struct mfem::future::tuple< T0, T1 >

Type that mimics std::tuple.

Template Parameters
T0The first type stored in the tuple
T1The second type stored in the tuple

Definition at line 70 of file tuple.hpp.

Member Data Documentation

◆ v0

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

The first member of the tuple.

Definition at line 72 of file tuple.hpp.

◆ v1

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

The second member of the tuple.

Definition at line 73 of file tuple.hpp.


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