Dune Core Modules (2.4.2)

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.
 

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

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 1, 22:29, 2024)