Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::PushFrontTuple< Tuple, T > Struct Template Reference
Helper template to prepend a type to a tuple. More...
#include <dune/common/tupleutility.hh>
Public Types | |
typedef Tuple | type |
For all specializations this is the type of a tuple with T prepended. More... | |
Detailed Description
template<class Tuple, class T>
struct Dune::PushFrontTuple< Tuple, T >
struct Dune::PushFrontTuple< Tuple, T >
Helper template to prepend a type to a tuple.
- Template Parameters
-
Tuple The tuple type to extend T The type to be prepended to the tuple
Member Typedef Documentation
◆ type
template<class Tuple , class T >
typedef Tuple Dune::PushFrontTuple< Tuple, T >::type |
For all specializations this is the type of a tuple with T prepended.
Suppose you have Tuple=tuple<T1, T2, ..., TN> then this type is tuple<T, T1, T2, ..., TN>.
The documentation for this struct was generated from the following file:
- dune/common/tupleutility.hh
