dune-typetree 3.0-dev
Namespaces | Functions
traversalutilities.hh File Reference
#include <dune/typetree/traversal.hh>

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::TypeTree
 

Functions

template<typename ResultType , typename Tree , typename F , typename R >
ResultType Dune::TypeTree::reduceOverLeafs (const Tree &tree, F functor, R reduction, ResultType startValue)
 Calculate a quantity as a reduction over the leaf nodes of a TypeTree.
 

Variable Documentation

◆ _functor

F _functor

◆ _reduction

R _reduction

◆ _value

ResultType _value

◆ treePathType

const TreePathType::Type treePathType = TreePathType::dynamic
static