Dune TypeTree (2.8)
leafnode.hh
LeafNodeTag NodeTag
The type tag that describes a LeafNode.
Definition: leafnode.hh:43
static const bool isLeaf
Mark this class as a leaf in a dune-typetree.
Definition: leafnode.hh:31
static const std::size_t CHILDREN
Leafs have no children.
Definition: leafnode.hh:40
static const bool isPower
Mark this class as a non power in the dune-typetree.
Definition: leafnode.hh:34
static const bool isComposite
Mark this class as a non composite in the dune-typetree.
Definition: leafnode.hh:37
