dune-common  2.4.1
Dune::PushBackTuple< Tuple, T > Struct Template Reference

Helper template to append a type to a tuple. More...

#include <dune/common/tupleutility.hh>

Detailed Description

template<class Tuple, class T>
struct Dune::PushBackTuple< Tuple, T >

Helper template to append a type to a tuple.

Template Parameters
TupleThe tuple type to extend
TThe type to be appended to the tuple

The documentation for this struct was generated from the following file: