Dune Core Modules (2.6.0)

Dune::JoinTuples< Head, Tail > Struct Template Reference

Join two std::tuple's. 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 std::tuple's.

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

Template Parameters
HeadHead of resulting std::tuple
TailTail of resulting std::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 (Mar 27, 23:31, 2024)