dune-common  2.4
Public Types | List of all members
Dune::JoinTuples< Head, Tail > Struct Template Reference

Join two tuples. More...

#include <dune/common/tupleutility.hh>

Public Types

typedef ReduceTuple< PushBackTuple, Tail, Head >::type type
 Result of the join operation. More...
 

Detailed Description

template<class Head, class Tail>
struct Dune::JoinTuples< Head, Tail >

Join two tuples.

For Head=tuple<T0,...,TN> and Tail=tuple<S0,...,SM> the exported result is tuple<T0,..,TN,S0,...,SM>.

Template Parameters
HeadHead of resulting tuple
TailTail of resulting tuple

Member Typedef Documentation

template<class Head, class Tail>
typedef ReduceTuple< PushBackTuple, Tail, Head>::type Dune::JoinTuples< Head, Tail >::type

Result of the join operation.


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