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

This is a class that mimics most of std::tuple's interface, except that it is usable in CUDA kernels and admits some arithmetic operator overloads. More...

#include <tuple.hpp>

Detailed Description

template<typename... T>
struct mfem::future::tuple< T >

This is a class that mimics most of std::tuple's interface, except that it is usable in CUDA kernels and admits some arithmetic operator overloads.

Template Parameters
Tthe types stored in the tuple

see https://en.cppreference.com/w/cpp/utility/tuple for more information about std::tuple

Definition at line 48 of file tuple.hpp.


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