dune-common  2.2.0
Public Types
Dune::JoinTuples< Head, Tail > Struct Template Reference

Join two tuples. More...

#include <dune/common/tupleutility.hh>

List of all members.

Public Types

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

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: