dune-typetree  2.3.1
Public Types | Public Member Functions | List of all members
Dune::TypeTree::filter< Filter >::apply< Node, Children > Struct Template Reference

Apply the filter. More...

#include <dune/typetree/filters.hh>

Public Types

typedef filter_helper< Filter,
0, 0, Children...>::template
apply::type 
type
 

Public Member Functions

 dune_static_assert ((Filter::template validate< Node >::value),"Invalid simple filter")
 

Detailed Description

template<typename Filter>
template<typename Node, typename... Children>
struct Dune::TypeTree::filter< Filter >::apply< Node, Children >

Apply the filter.

Member Typedef Documentation

template<typename Filter >
template<typename Node , typename... Children>
typedef filter_helper<Filter,0,0,Children...>::template apply ::type Dune::TypeTree::filter< Filter >::apply< Node, Children >::type

Member Function Documentation

template<typename Filter >
template<typename Node , typename... Children>
Dune::TypeTree::filter< Filter >::apply< Node, Children >::dune_static_assert ( (Filter::template validate< Node >::value ,
"Invalid simple filter  
)

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