Dune Core Modules (2.9.0)

Dune::TypeTree::DynamicTraversal Struct Reference

Mixin base class for visitors that only need a dynamic TreePath during traversal. More...

#include <dune/typetree/visitor.hh>

Static Public Attributes

static const TreePathType::Type treePathType = TreePathType::dynamic
 Use the dynamic tree traversal algorithm.
 

Detailed Description

Mixin base class for visitors that only need a dynamic TreePath during traversal.

Note
Dynamic traversal is preferable to static traversal, as it causes fewer template instantiations, which improves compile time and reduces object size (especially if compiling with debug information).
See also
StaticTraversal

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 27, 23:31, 2024)