Class template Dune::XT::Common::TupleProduct::Combine¶
- template<class UTypes, // Forward Sequence, e.g. boost::mpl::vector class VTypes, // Forward Sequence, e.g. boost::mpl::vector class TestFunc // class type that has a nested templated run() member function> Dune::XT::Common::TupleProduct::Combine<UTypes, VTypes, TestFunc>
runs TestFunc::run() for every pair in the cartesian product of the type sequences UTypes and VTypes
Class template Dune::XT::Common::TupleProduct::Combine::Generate¶
-
template<class UIterator, class VIterator>
class Dune::XT::Common::TupleProduct::Combine::Generate<UIterator, VIterator>¶ No documentation provided.
Method Dune::XT::Common::TupleProduct::Combine::Generate::Run¶
Type alias Dune::XT::Common::TupleProduct::Combine::Generate::next_type¶
Function template Dune::XT::Common::TupleProduct::Combine::Generate::Run¶
Class template Dune::XT::Common::TupleProduct::Combine::Next¶
-
template<class UIterator, class VIterator>
class Dune::XT::Common::TupleProduct::Combine::Next<UIterator, VIterator>¶ No documentation provided.