Filter a types list by a predicate. More...
Filter a types list by a predicate.
Using an unary predicate template, filter a types list to only keep the types for which the predicate evaluates to true.
| Pred | Predicate template taking a single type parameter and exposing a static boolean member value |
| Type | Types list to filter |