Inviwo  0.9.10.1
Inviwo documentation
inviwo::dispatching::detail::Filter< Predicate, Head, Tail... > Struct Template Reference

Public Types

using type = typename std::conditional< Predicate< Head >::value, typename Cons< Head, typename Filter< Predicate, Tail... >::type >::type, typename Filter< Predicate, Tail... >::type >::type
 

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