Dune Core Modules (2.9.0)

Dune::TypeTree::SimpleFilter Struct Reference

Default simple filter that accepts any node and leaves its child structure unchanged. More...

#include <dune/typetree/filters.hh>

Classes

struct  apply
 Applies the filter to the given child node. More...
 
struct  validate
 Validates the combination of filter and node. More...
 

Public Types

typedef SimpleFilterTag FilterTag
 Filter tag for deciding on filter application mechanism.
 

Detailed Description

Default simple filter that accepts any node and leaves its child structure unchanged.

This default filter causes the filtered node to be exactly identical to the original node. It is useful as a base class for documentation purposes and if you do not need to validate the filter, as it saves having to implement the validate template struct.


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 19, 22:31, 2024)