Dune Core Modules (2.8.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:
- dune/typetree/visitor.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)