dune-common 2.9.0
|
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=std::tuple<T0,...,TN> and Tail=std::tuple<S0,...,SM> the exported result is std::tuple<T0,..,TN,S0,...,SM>.
Head | Head of resulting std::tuple |
Tail | Tail of resulting std::tuple |