libMesh
Public Types | List of all members
libMesh::tuple_n< Index, T > Struct Template Reference

#include <tuple_of.h>

Public Types

template<typename... Args>
using type = typename tuple_n< Index-1, T >::template type< T, Args... >
 

Detailed Description

template<size_t Index, typename T>
struct libMesh::tuple_n< Index, T >

Definition at line 11 of file tuple_of.h.

Member Typedef Documentation

◆ type

template<size_t Index, typename T>
template<typename... Args>
using libMesh::tuple_n< Index, T >::type = typename tuple_n<Index-1, T>::template type<T, Args...>

Definition at line 13 of file tuple_of.h.


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