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. |
Join two std::tuple's.
For Head=stdtuple<T0,...,TN> and Tail=stdtuple<S0,...,SM> the exported result is std::tuple<T0,..,TN,S0,...,SM>.
Head | Head of resulting std::tuple | |
Tail | Tail of resulting std::tuple |
typedef ReduceTuple<PushBackTuple, Tail, Head>::type Dune::JoinTuples< Head, Tail >::type |
Result of the join operation.