Dune Core Modules (2.4.2)

Dune::PushBackTuple< Tuple, T > Struct Template Reference

Helper template to append 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 appended. More...
 

Detailed Description

template<class Tuple, class T>
struct Dune::PushBackTuple< Tuple, T >

Helper template to append a type to a tuple.

Template Parameters
TupleThe tuple type to extend
TThe type to be appended to the tuple

Member Typedef Documentation

◆ type

template<class Tuple , class T >
typedef Tuple Dune::PushBackTuple< Tuple, T >::type

For all specializations this is the type of a tuple with T appended.

Suppose you have Tuple=tuple<T1, T2, ..., TN> then this type is tuple<T1, T2, ..., TN, T>.


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 2, 22:35, 2024)