dune-common 2.9.0
|
Generator for predicates accepting one particular type. More...
#include <dune/common/tupleutility.hh>
Classes | |
struct | Predicate |
The actual predicate. More... | |
Generator for predicates accepting one particular type.
T | The type to accept. |
The generated predicate class is useful together with FirstPredicateIndex. It will accept exactly the type that is given as the T
template parameter.