Go to the documentation of this file.
4 #ifndef DUNE_TYPETREE_LEAFNODE_HH
5 #define DUNE_TYPETREE_LEAFNODE_HH
44 static constexpr std::size_t
degree()
65 #endif // DUNE_TYPETREE_POWERNODE_HH
static const std::size_t CHILDREN
Leafs have no children.
Definition: leafnode.hh:39
Definition: accumulate_static.hh:13
static const bool isComposite
Mark this class as a non composite in the dune-typetree.
Definition: leafnode.hh:36
LeafNode()
Default constructor.
Definition: leafnode.hh:57
LeafNodeTag NodeTag
The type tag that describes a LeafNode.
Definition: leafnode.hh:42
Base class for leaf nodes in a dune-typetree.
Definition: leafnode.hh:24
static const bool isLeaf
Mark this class as a leaf in a dune-typetree.
Definition: leafnode.hh:30
static const bool isPower
Mark this class as a non power in the dune-typetree.
Definition: leafnode.hh:33
Tag designating a leaf node.
Definition: nodetags.hh:16
static constexpr std::size_t degree()
Definition: leafnode.hh:44