dune-typetree  2.6-rc1
Classes | Public Types | List of all members
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. More...
 

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.

Member Typedef Documentation

◆ FilterTag

Filter tag for deciding on filter application mechanism.


The documentation for this struct was generated from the following file: