dune-typetree  2.4.0-rc1
Namespaces | Functions
pairtraversal.hh File Reference
#include <dune/typetree/nodetags.hh>
#include <dune/typetree/treepath.hh>
#include <dune/typetree/visitor.hh>
#include <dune/typetree/applytochildrentreepair.hh>

Go to the source code of this file.

Namespaces

 Dune
 
 Dune::TypeTree
 

Functions

template<typename Tree1 , typename Tree2 , typename Visitor >
void Dune::TypeTree::applyToTreePair (Tree1 &&tree1, Tree2 &&tree2, Visitor &&visitor)
 Apply visitor to a pair of TypeTrees. More...