Base class for leaf nodes in a dune-typetree.
More...
#include <dune/typetree/leafnode.hh>
|
| static constexpr auto | degree () |
Base class for leaf nodes in a dune-typetree.
Every leaf type in a dune-typetree must be derived from this class.
◆ NodeTag
◆ LeafNode()
| Dune::TypeTree::LeafNode::LeafNode |
( |
| ) |
|
|
inlineprotected |
Default constructor.
The default constructor is protected, as LeafNode is a utility class that needs to be filled with meaning by subclassing it and adding useful functionality to the subclass.
◆ degree()
| constexpr auto Dune::TypeTree::LeafNode::degree |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ isComposite
| const bool Dune::TypeTree::LeafNode::isComposite = false |
|
static |
◆ isLeaf
| const bool Dune::TypeTree::LeafNode::isLeaf = true |
|
static |
◆ isPower
| const bool Dune::TypeTree::LeafNode::isPower = false |
|
static |
The documentation for this class was generated from the following file: