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

a struct used to determine the type at index I of a tuple More...

Detailed Description

template<size_t I, class T>
struct mfem::future::tuple_element< I, T >

a struct used to determine the type at index I of a tuple

Note
see: https://en.cppreference.com/w/cpp/utility/tuple/tuple_element
Template Parameters
Ithe index of the desired type
Ta tuple of different types

Definition at line 824 of file tuple.hpp.


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