Dune Core Modules (2.9.0)

Dune::TypeTree::StaticTraversal Struct Reference

Mixin base class for visitors that require a static TreePath during traversal. More...

#include <dune/typetree/visitor.hh>

Static Public Attributes

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

Detailed Description

Mixin base class for visitors that require a static TreePath during traversal.

Warning
Static traversal should only be used if absolutely necessary, as it tends to increase compilation times and object sizes (especially if compiling with debug information)!
See also
DynamicTraversal

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 (Apr 25, 22:37, 2024)