Dune TypeTree (unstable)
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:
- dune/typetree/visitor.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 2, 23:43, 2025)