Dune Core Modules (2.9.0)

Dune::TypeTree::SimpleFilter::apply< Child, new_index, old_index > Struct Template Reference

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.
 

Detailed Description

template<typename Child, std::size_t new_index, std::size_t old_index>
struct Dune::TypeTree::SimpleFilter::apply< Child, new_index, old_index >

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.

Template Parameters
ChildThe type of the child node.
new_indexThe index this child would receive in the filtered node.
old_indexThe index of this child in the unfiltered node.

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 (May 2, 22:35, 2024)