|
dune-typetree
2.7.1
|
Applies the filter to the given child node. More...
#include <dune/typetree/filters.hh>
Static Public Attributes | |
| static const bool | value = true |
| True if the child will be included in the filtered node. More... | |
Applies the filter to the given child node.
This struct applies the filter to the given child to decide whether or not it will be included in the filtered node.
| Child | The type of the child node. |
| new_index | The index this child would receive in the filtered node. |
| old_index | The index of this child in the unfiltered node. |
|
static |
True if the child will be included in the filtered node.