MFEM v4.9.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::future::tuple< T0 > Struct Template Reference

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

#include <tuple.hpp>

Public Attributes

T0 v0
 The first member of the tuple.
 

Detailed Description

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

Type that mimics std::tuple.

Template Parameters
T0The first type stored in the tuple

Definition at line 58 of file tuple.hpp.

Member Data Documentation

◆ v0

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

The first member of the tuple.

Definition at line 60 of file tuple.hpp.


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