dune-common  2.5.1
Dune::PushFrontTuple< Tuple, T > Struct Template Reference

Helper template to prepend a type to a std::tuple. More...

#include <dune/common/tupleutility.hh>

Detailed Description

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

Helper template to prepend a type to a std::tuple.

Template Parameters
TupleThe std::tuple type to extend
TThe type to be prepended to the std::tuple

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